This repository contains the implementation of the above paper. It is accepted to T-PAMI (2022).
- Authors: Jiahui Huang, Tolga Birdal, Zan Gojcic, Leonidas Guibas, Shi-Min Hu
- Contact Jiahui either via email or github issues :)
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}
}
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.