-
Notifications
You must be signed in to change notification settings - Fork 78
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
Reprojection error #70
Comments
Hey thanks for your kind words. If you can still have access to the logs of running, you can just capture the log output, which would have something like:
If you don't have the access to logs any more, the simplest way should be:
but please note that this will only work when your 2D points are in the correct resolution, i.e., when you running with By the way, I personally think:
is a better and more reliable metric. And for this, you don't have to set |
It worked! Thank you very much for your quick answer, I spent several hours searching in the base code for any function that could give me any metric besides the logs. Also, this consideration about the track length compute is interesting. Why we can consider it more reliable than the reprojection error? Based on the definition of track length (https://stackoverflow.com/questions/49421048/what-track-and-track-length-means-in-sfm I had to search it to be sure hahah) I don't really get why this length can provide you a reliable metric to estimate the goodness of the reconstruction. A larger value means a better reconstruction in all cases? What about tracks lengths that have to be smaller based on the video/image poses we use as input? Thanks again for your response! :) |
Hi, I should clarify my earlier point. Usually a large Additionally, if you have access to ground truth annotations for the scene, I recommend calculating the camera pose difference between the predicted and actual values. Let me know if you need assistance locating the code to perform this comparison. |
Hi,
I've been playing around a bit with my own data and results are cool despite my lack of memory and resources! Congrats for the amazing work! I was wondering how could I retrieve the reprojection error to estimate the goodness of the scenes reconstruction. Could you please provide any advise or information about it? :)
The text was updated successfully, but these errors were encountered: