-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cannot reproduce results in the paper #1
Comments
Same problems here. Even with finetune the parameters the author recommended, the results are still very bad. I think the results in their paper are fake results. Very sad:( |
Actually, I just got a nice result:
so that it compiles successfully on ubuntu 18.04. (also need to replace one file in I will check the reason why it didn't work in the first place later. |
Well, I did not use sba for optimization, and use ceres solver in bundler sfm. But the ambiguation is not eliminated. Have you ever test on other ambiguous datasets? |
Yeah, it works on the Alexander Nevsky Cathedral dataset. But there are also quite some failure cases. |
Hi Qingan,
Thanks for the interesting work and sharing the code. I tried run it with the newest
bundler_sfm
on the Temple of Heaven dataset and it gives me such results:It seems that the result is not correct as in the paper the cameras are all around the scene. Therefore, half of the scene is not reconstructed correctly. I wonder if you have tried this bundler version on the TOH dataset and got similar results in the paper?
I tried with the
bundler_sfm
with its example datasetkermit
and the reconstruction looks similar to the reference, so I guess the bundler part is correct.Also a side question, how do you usually view the reconstruction visually and check if the result is better or not? Is it through the reprojection error and number of tracks? I find the rendered images in the paper are really nice and clear.
The text was updated successfully, but these errors were encountered: