Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.31 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.31 KB

SyNoRiM: Multiway Non-rigid Point Cloud Registration via Learned Functional Map Synchronization

This repository contains the implementation of the above paper. It is accepted to T-PAMI (2022).

If you find our code or paper useful, please consider citing

@article{huang2021multiway,
  title={Multiway Non-rigid Point Cloud Registration via Learned Functional Map Synchronization},
  author={Huang, Jiahui and Birdal, Tolga and Gojcic, Zan and Guibas, Leonidas J and Hu, Shi-Min},
  journal={arXiv preprint arXiv:2111.12878},
  year={2021}
}

Implementations

We provide two implementations based on Jittor and Pytorch (the latter is also available on the public branch which is also kept up-to-date). Please refer to the corresponding folders jittor/ and pytorch/ for specific build and running instructions.