rabbityl / DeformationPyramid

[NeurIPS 2022] Non-rigid Point Cloud Registration with Neural Deformation Pyramid
MIT License
175 stars 23 forks source link

Non-rigid Point Cloud Registration with Neural Deformation Pyramid [Paper]

Hierarchical non-rigid registration of multiple scans

drawing

Scale variant non-rigid registration with Sim(3) warp field

drawing

Requirements

The code tested on python=3.8.10, pytorch=1.9.0 with the following packages:

Obtain the 4DMatch benchmark

Reproduce the result of NDP (no-learned)

Reproduce the result of LNDP (supervised)

Run shape transfer example

python shape_transfer.py -s sim3_demo/AlienSoldier.ply -t sim3_demo/Ortiz.ply

Our related projects

Lepard: rabbityl/lepard
DeformingThings4D: rabbityl/DeformingThings4D

Citation

If you use our code please cite:

@article{li2022DeformationPyramid, 
    title={Non-rigid Point Cloud Registration with Neural Deformation Pyramid.}, 
    author={Yang Li and Tatsuya Harada},
    journal={arXiv preprint arXiv:2205.12796},
    year={2022}
}