-
Notifications
You must be signed in to change notification settings - Fork 8
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
Thanks for sharing your code! I try to reproduce the results in the paper and I failed. #4
Comments
Thank you for your interest in our work~ |
I have run this code with default config provided by authors. After 100 epoch, the RPE is 2022-06-01 11:17:23.734339 2022-06-01 11:22:05.404721 2022-06-01 11:23:51.822465 |
It works if you train from scratch, but using their pretrained model. It diverges after L2 |
@Yeah2333 Did you use the pre-trained model or train from scratch? I use the pre-trained model, the result seems corresponding to the article. |
Which file is their pre-trained model? I tried all of them and none of them can be loaded. |
We do not use any pertained model, DeepMapping and DeepMapping2 are designed to train from scratch. But we are working on using the pertrained model to speed up the process on our next work. |
@Joechencc Are you responding to the right repo? This if for PWCLONet |
I realized the way to load the pretrained model is like this: --checkpoint_path pretrained_model/pretrained_model.ckpt |
Sorry. Reply to wrong repo.. |
Thanks for sharing your code! I try to reproduce the results in the paper and I failed.
I have a few questions to ask:
The text was updated successfully, but these errors were encountered: