dvlab-research / SMR

Self-Supervised 3D Mesh Reconstruction from Single Images (CVPR2021)
93 stars 8 forks source link

Self-Supervised Mesh Reconstruction (SMR)

This is the source code of Self-Supervised 3D Mesh Reconstruction From Single Images (CVPR-2021).

Requirements

Installation

Create Environment

$ conda create --name smr python=3.7
$ conda activate smr

Install from requirements.txt

You can directly install the requirements through:

$ pip install -r requirements.txt

Install packages Seperately

You can also install the required packages seperately

Training and Testing

Training and Testing On the CUB-200-2011 (Bird) dataset

Contact

Tao Hu - taohu@cse.cuhk.edu.hk

Citation

@InProceedings{Hu_2021_CVPR,
    author    = {Hu, Tao and Wang, Liwei and Xu, Xiaogang and Liu, Shu and Jia, Jiaya},
    title     = {Self-Supervised 3D Mesh Reconstruction From Single Images},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2021},
    pages     = {6002-6011}
}