You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2024. It is now read-only.
But I found that the parameters in Open3D is different with this repo. As I know, there is only a voxel_size para in Open3D's implemention. When I tune voxel_size , I can only get some not very good results like this:
So I wonder if there is a instruction of how to tune paras of Open3D's implemention.
For convenience, I used the FastGlobalRegistrtion implementation in the Open3D library and used the sample code from this page:
http://www.open3d.org/docs/release/tutorial/Advanced/global_registration.html#id2
But I found that the parameters in Open3D is different with this repo. As I know, there is only a

voxel_sizepara in Open3D's implemention. When I tunevoxel_size, I can only get some not very good results like this:So I wonder if there is a instruction of how to tune paras of Open3D's implemention.