Closed hansen7 closed 3 years ago
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.
Thanks!
Could you comment on the parameters used for GO-ICP? I cannot achieve the 22.9% recall you mention in your paper.
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?