TDCNet Transparent Objects Depth Completion with CNN-Transformer Dual-Branch Parallel Network
December 23, 2024 · View on GitHub
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
Omniverse Object Dataset
Omniverse Object Dataset can be downloaded here.
TransCG Dataset
TransCG dataset is now available on official page.
Requirements
The code has been tested under
- Ubuntu 22.04 + NVIDIA GeForce RTX 4090
- PyTorch 1.11.0
System dependencies can be installed by:
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
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.