Is there a recommend implementations on RANSAC, Go-ICP etc
hansen7 opened this issue · 3 comments
hansen7 commented
Hi, @chrischoy and @theNded , thanks for sharing this code!
It would be helpful if you can recommend/share me with some implementations on the RANSAC, Go-ICP methods?
theNded commented
For RANSAC please refer to an up-to-date implementation in Open3D: https://github.com/intel-isl/Open3D/blob/master/examples/python/pipelines/global_registration.ipynb
For Go-ICP you have to use its official implementation or its python binding https://github.com/yangjiaolong/Go-ICP.
hansen7 commented
Thanks!
DavidBoja commented
Could you comment on the parameters used for GO-ICP?
I cannot achieve the 22.9% recall you mention in your paper.