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

fix(ransac): fix number of threads which would compute the final mask #31

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

true-real-michael
Copy link
Collaborator

THREADS_NUMBER is incorrect because this number of threads may not be initialized. The correct number is cuda.blockDim.x

@true-real-michael true-real-michael merged commit ab33796 into main Apr 14, 2024
4 checks passed
@true-real-michael true-real-michael deleted the cuda-ransac/fix-mask-computation branch April 14, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant