Code for our CVPR 2020 paper:
Novel Object Viewpoint Estimation through Reconstruction Alignment
Mohamed El Banani, Jason Corso, David Fouhey
If you find this code useful, please consider citing:
@inProceedings{elbanani2020novelviewpoints,
title={Novel Object Viewpoint Estimation through Reconstruction Alignment},
author={{El Banani}, Mohamed and Corso, Jason J. and Fouhey, David},
booktitle={Computer Vision and Pattern Recognition (CVPR)}
year={2020},
}
If you have any questions about the paper or the code, please feel free to email me at [email protected]
- How to setup your environment?
- How to download and render the 3D models?
- How to train your network to learn shape?
- How to train your network to learn alignment?
- How to run relative viewpoint inference?
We would like to thank the reviewers and area chairs for their valuable comments and suggestions, and the members of the UM AI Lab for many helpful discussions. Toyota Research Institute ("TRI") provided funds to assist the authors with their research but this article solely reflects the opinions and conclusions of its authors and not TRI or any other Toyota entity.
We would also like to acknowledge the following repositories and users for making great code openly available for us to use:
- @pytorch/pytorch because I can't imagine doing this in CAFFE.
- @akar43/lsm for providing very readable projection code.
- @ShapeNet/RenderForCNN for making their rendering code openly available.
- Karan Desai and Richard Higgins for being great resources on how to write better code.