KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
TDCNet
★ 15
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
GameText-Plus
:
GameText+ enhances GameText features
geohunt
:
Geohunt -:)
awesome-selfhosted-nixos
:
Example configurations for self-hosting stuff on NixOS
Simple-Atlas-Generator
:
Simple Atlas Generator for Unity
gophish-deploy
:
GoPhish-Deploy is an automated deployment script for the GoPhish phishing framework, configuring it with SSL and secure defaults.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
TDCNet
?
Download (.md)
# TDCNet Transparent Objects Depth Completion with CNN-Transformer Dual-Branch Parallel Network [[Paper]](https://arxiv.org/abs/2412.14961) PyTorch implementation of paper 'TDCNet Transparent Objects Depth Completion with CNN-Transformer Dual-Branch Parallel Network' ## Dataset Preparation ### ClearGrasp Dataset ClearGrasp can be downloaded at their [official website](https://sites.google.com/view/cleargrasp/data) ### Omniverse Object Dataset Omniverse Object Dataset can be downloaded [here](https://drive.google.com/drive/folders/1wCB1vZ1F3up5FY5qPjhcfSfgXpAtn31H?usp=sharing). ## TransCG Dataset TransCG dataset is now available on [official page](https://graspnet.net/transcg). ## Requirements The code has been tested under - Ubuntu 22.04 + NVIDIA GeForce RTX 4090 - PyTorch 1.11.0 System dependencies can be installed by: ```bash sudo apt-get install libhdf5-10 libhdf5-serial-dev libhdf5-dev libhdf5-cpp-11 sudo apt install libopenexr-dev zlib1g-dev openexr ``` Python environment dependencies can be installed by ```bash pip install -r requirements.txt ``` ## Testing We provide pre-trained weight files on the TransCG dataset ’. /TransCG_checkpoint.7z‘, please unzip the file before use.