yewzijian / RPMNet

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

Can it be applied to 2D point cloud registration? #23

Open millermuttu opened 2 years ago

yewzijian commented 2 years ago

The pretrained network most likely won't generalize to 2D point clouds. But from the algorithm point of view, I don't think there's anything stopping you from using 2D point clouds. That said, you should change the models to handle 2D registration, e.g. changing the pose estimation to estimate 2D rotation+translation instead of the given 3D one.

Zi Jian