The-Learning-And-Vision-Atelier-LAVA / BUFFER

[CVPR 2023] BUFFER: Balancing Accuracy, Efficiency, and Generalizability in Point Cloud Registration
MIT License
68 stars 8 forks source link

How to generate an overlap of a self-made training set #6

Closed joker-lb7 closed 1 year ago

joker-lb7 commented 1 year ago

Hi, aosheng I am a novice, I want to make my own data set, I found that overlap is used in 3dmatch, how should I generate the overlap of the self-made training set. thanks!

Parskatt commented 1 year ago

Also not an expert, but might be number of points that match divided by total number of points? Then you would have to set some threshold for how close points have to be to match.

joker-lb7 commented 1 year ago

Also not an expert, but might be number of points that match divided by total number of points? Then you would have to set some threshold for how close points have to be to match.

Thanks for your reply, I understand that in some point cloud registration methods, the overlap rate is just a record and does not affect the registration result, It is okay to give a random overlap ratio value. It is only used for logging. I wonder if I can do the same in BUFFER. I want to try it first.