Mukund Varma T1,
Kushan Raj1,
Dimple A Shajahan1,2,
M. Ramanathan2
1Indian Institute of Technology Madras, 2TKM College of Engineering
Project Page | Paper | Completion3D-C
We use the MVP and Compeletion3D datasets in our experiments, which are available below:
The pretrained models on Completion3D and MVP dataset are available as follows:
cd ShapeFormer
pip install -r requirements.txt
NOTE: PyTorch >= 1.4 of cuda version are required.
cd pointnet2_ops_lib
python setup.py install
cd ..
cd Chamfer3D
python setup.py install
cd ..
cd emd
python setup.py install
Some of the code of this repo is borrowed from ChamferDistancePytorch. We thank the authors for their great job!