-
Notifications
You must be signed in to change notification settings - Fork 7
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
Reproduction of the paper results #7
Comments
Do you reproduce it now? I have the same problem. @cornerfarmer |
No, I have given up on that. Let me know, if you get it to work. |
Well, I didn't succeed either. Frustrated. Do you have torchE, or do you use nn.BatchNorm2d instead of SyncBatchNorm2d ? |
I trained on one GPU, but I don't see why this would be a problem |
@cornerfarmer Do you reproduce it now? or some other new open source method like this (retrieval+relative pose, such as relocnet,camnet) ? |
Hey @westlife35, I have not tried it anymore, so I have no news here. |
@cornerfarmer hi, I have a question about this code: |
@westlife35 Hi,I think the author used t2-t1 because the internal parameters of the two cameras are the same by default, so there is no scaling between the camera coordinate systems. |
I am not able to reproduce the results on 7-Scenes listed in the paper.
In my eyes the code should be correct, but the model is totally overfitting on the training data.
While the training loss goes towards zero, the performance of model on the test data stagnates (e.q. mean median translational deviation is always >0.20m)
Is anybody else experiencing similar problems?
The text was updated successfully, but these errors were encountered: