yewzijian / RPMNet

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

Something about the code! #26

Closed ZhileiChen99 closed 2 years ago

ZhileiChen99 commented 2 years ago

Thank you for your wonderful work. I recently learn about your code of RPM, but I have one problem that confuses me, which is how to visualize the transformed src point cloud and the ref point cloud? My idea is that when testing, I save the transformed src point cloud and the ref point cloud, then use meshlab or other software to visualize them.

yewzijian commented 2 years ago

Yes you can save out the point clouds, or you can visualize them in the python code using Open3D or vtk.

294coder commented 2 years ago

收到