yewzijian / RPMNet

RPM-Net: Robust Point Matching using Learned Features (CVPR2020)
MIT License
328 stars 60 forks source link

demo in the video #10

Closed daodao316 closed 3 years ago

daodao316 commented 3 years ago

is demo.py here? I am a beginner and want to test your perfect work like your video ?

yewzijian commented 3 years ago

Hi, you can follow the evaluation workflow in the Readme using the provided pretrained checkpoint which will generate the pred_transforms.npy file that contains the output transforms. You'll need to write your own visualization tool to visualize the registration. For the video, I used a custom visualizer which is built on top of python vtk library.