QingyongHu / SpinNet

[CVPR 2021] SpinNet: Learning a General Surface Descriptor for 3D Point Cloud Registration
MIT License
267 stars 34 forks source link

How is the keypoint detection applied? #7

Open JarintotionDin opened 3 years ago

JarintotionDin commented 3 years ago

RT?Is that using D3Feat?

aosheng1996 commented 3 years ago

Hi, @JarintotionDin, thanks for your interest in our work! In all experiments, we randomly select a set of points for feature description. Of course, you can first extract a set of keypoints using D3Feat or other 3D keypoint detectors, and then calculate the SpinNet descriptors of these keypoints for point cloud registration.