• Stars
    star
    186
  • Rank 206,136 (Top 5 %)
  • Language
    C++
  • Created about 5 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code release for "Canonical Surface Mapping via Geometric Cycle Consistency"

Canonical Surface Mapping via Geometric Cycle Consistency

Nilesh Kulkarni, Abhinav Gupta*, Shubham Tulsiani*

Project Page

teaser

Requirements

  • Python 2.7
  • PyTorch 0.4

Follow-up work on Articulation-aware Canonical Surface Mapping

Please checkout the follow-up work here. We show results on over 10 categories.

Installation

Following instructions here

Training

Please see csm/docs/training.md

Testing

Please see csm/docs/testing.md

Ablation Analysis

Please see csm/docs/ablation.md

Citation

If you use this code for your research, please consider citing:

@article{kulkarni2019csm,
  title={Canonical Surface Mapping via Geometric Cycle Consistency},
  author={Kulkarni, Nilesh
  and Gupta, Abhinav
  and Tulsiani, Shubham},
  journal={International Conference on Computer Vision (ICCV)}
  year={2019}
}

Acknowledgements

Parts of this code were borrowed from CMR.