Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

registration_ransac_based_on_feature_matching with seed #7098

Open
3 tasks done
JaouadROS opened this issue Dec 16, 2024 · 1 comment
Open
3 tasks done

registration_ransac_based_on_feature_matching with seed #7098

JaouadROS opened this issue Dec 16, 2024 · 1 comment
Labels

Comments

@JaouadROS
Copy link

Checklist

My Question

Hello,

I faced the issue of registration_ransac_based_on_feature_matching being non deterministic and I read here #3737 that it has been solved using a fixed seed but I don't find it in the current versions of Open3D: 0.16.0 0.17.0 release but only in the older versions, the last one was 0.15.1.

Why it was removed in the recent versions?
Is the only solution to use the seed manually to use older versions?

Thank you

@JaouadROS
Copy link
Author

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant