-
Notifications
You must be signed in to change notification settings - Fork 93
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
Questions about PnP solutions #29
Comments
Ah sorry for not answering earlier. |
Is there any update on this issue? |
Actually, I have slightly more time than usual so I will look into this tomorrow and will, hopefully, solve it. |
I replaced all the solvers. It know works better than OpenCV on the example I tried. I still need to update the example since I added outliers artificially, but the algorithm should work and be fast now. |
Hi @danini
I was trying your PNP/Ransac implementation for python. I had a few questions.
It seems like opencv version ~50x faster. Is this expected because of the different pnp and ransac solutions used in methods or something is wrong ? By the way Pose solutions are nearly same for both versions.
My second question is are you planing to add other pnp methods such as SQPNP?
Thanks for your great work and sharing.
The text was updated successfully, but these errors were encountered: