Code for Exploit Clues from Views Self Supervised and Regularized Learning for 3D Object Recognition. This work is published in CVPR 2020. Please refer to the webpage (https://chihhuiho.github.io/vispe_web/) for more details.
- Clone the project to directory DIR
git clone https://github.com/chihhuiho/VISPE.git
- Initiate the conda environment
conda env create -f environment.yml -n VISPE
conda activate VISPE
- Download the Modelnet dataset.
sh download.sh
- Download the pretrained model from here and place it in the "model" folder
- Evaluate the pretrained model
python main.py --load_pretrain --evaluate
- Run our code from scratch
python main.py
If you find this method useful in your research, please cite this article:
@InProceedings{Ho_2020_CVPR,
author = {Ho, Chih-Hui and Liu, Bo and Wu, Tz-Ying and Vasconcelos, Nuno},
title = {Exploit Clues From Views: Self-Supervised and Regularized Learning for Multiview Object Recognition},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2020}
}
Please email to Chih-Hui (John) Ho (chh279@eng.ucsd.edu) if further issues are encountered.