TEASER-plusplus icon indicating copy to clipboard operation
TEASER-plusplus copied to clipboard

[QUESTION]Some Issues about Keypoints

Open houyongkuo opened this issue 3 years ago • 3 comments

Thanks for your work. I meet some issues using teaser++. How do I get the keypoints data? If I want to register my own two data, but I don’t have keypoints, what should I do? I would be grateful if you could help me figure this out.

houyongkuo avatar Jul 21 '21 07:07 houyongkuo

Hi @HOUYONGKUO , thank you for your interest. You need to use a feature extractor & matcher to find correspondences. For example, you can use FPFH, or FCGF, or 3DSmoothNet.

jingnanshi avatar Jul 21 '21 14:07 jingnanshi

If there is no keypoints data, can Teaser++ be used for registration?

houyongkuo avatar Aug 12 '21 02:08 houyongkuo

@HOUYONGKUO as described in the paper, you can try all-to-all with your input points, but that's only going to work for small point clouds.

jingnanshi avatar Aug 12 '21 02:08 jingnanshi

Voxelized-FPFH works well even though we do not extract any keypoints. Please follow the instructions in the papers for 3D sparse point clouds, not the Bunny dataset:

  • https://arxiv.org/abs/2203.06612
  • https://arxiv.org/abs/2311.00928

LimHyungTae avatar Apr 03 '24 17:04 LimHyungTae

If there are no further questions, we will close the issue :) Thx

LimHyungTae avatar May 02 '24 23:05 LimHyungTae