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
From what I understand from the history is that this PR #3737 was canceled by this one #5247. So instead of having the seed as an input parameter of the function, you can have it globally in your code by calling o3d.utility.random.seed(xxx);
Checklist
master
branch).My Question
Hello,
I am running pointcloud registration in two steps. First I get an initial estimate using ransac:
Then, I refine the estimate using ICP:
I have seen that in this #3737 the seed should have been added to the method, but it is not the case.
What do you propose? I would need a deterministic method to align pointclouds.
Thanks!
The text was updated successfully, but these errors were encountered: