-
Notifications
You must be signed in to change notification settings - Fork 29
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
Unable to reproduce ETH3D results #2
Comments
Thanks for your feedback. At first, I wonder if the code cleaning affected the results. Thus, I restest the code on ETH3D high-res training dataset and get the following results:
Although the algorithm is non-deterministic, the above results are almost the same as those posted on the ETH3D website. I think maybe the difference in our input leads to our different results. |
@drkoller I have checked the pair.txt files you provided in ACMP, your pair.txt files are the same as mine. Can you provide some cam.txt files for me? |
@GhiXu, thanks for your willingness to look into this. I am attaching here a subset of my input files for the kicker and meadow datasets, including several cam.txt files: kicker-pair.txt I will be anxious to hear if you see any differences betwen my input files and your own! |
Hi~ Thanks for sharing your excellent work on ACMMP. I met the same problem with @drkoller . I am sure the reason is the sfm results. Could u provide your sfm results for us? Thank u very much |
Thank you for making your code available!
I am trying to use your code to reproduce the reconstruction results that are posted on the ETH3D website for ACMMP as of 30-April-2021.
When I ran the code in this repository on the ETH3D high-res multi-view training dataset images to make 3D point clouds and then computed the F1 scores at 2 cm tolerance, I got following results:
(GitHub
code)
(ETH3D
website)
I realize that the algorithm is non-deterministic, and that F1 scores may vary slightly from one execution to the next. However, the F1 scores for almost all of the datasets are significantly worse when I run this ACMMP code, compared to the results posted on the ETH3D website.
What are the differences between the code posted in this repository and the code that was used to generate the ACMMP results posted on the ETH3D website?
The text was updated successfully, but these errors were encountered: