Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.8 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.8 KB

Self-supervised Correspondence Estimation via Multiview Registration

This repository holds all the code and data for the paper:

Self-supervised Correspondence Estimation via Multiview Registration
Mohamed El Banani, Ignacio Rocco, David Novotny, Andrea Vedaldi, Natalia Neverova, Justin Johnson, Benjamin Graham

If you find this code useful, please consider citing:

@inProceedings{elbanani2023syncmatch,
  title={{Self-supervised Correspondence Estimation via Multiview Registration}},
  author={El Banani, Mohamed and Rocco, Ignacio and Novotny, David and Vedaldi, Andrea and Neverova, Natalia and Johnson, Justin and Graham, Benjamin}
  booktitle={WACV},
  year={2023},
}

If you have any questions, please feel free to email me at mbanani@umich.edu.

Usage Instructions

  1. How to setup your environment?
  2. How to download and setup the datasets?
  3. How to train model and ablations in paper?
  4. How to run the evaluation?

See the CONTRIBUTING file for how to help out.

License

SyncMatch is CC-BY-NC licensed, as found in the LICENSE file.

Acknowledgments

We would like to thank Karan Desai, Richard Higgins, David Fouhey, Daniel Geng, and Dandan Shan for feedback on early drafts of this work.