-
Notifications
You must be signed in to change notification settings - Fork 98
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
Misalignment with TensorFlow weights #58
Comments
@ncherel Thansk for your attention! I just confirmed that there is a mislalignment for the output. Thanks for pointing out it happens in the refined stage. The resullt of Sorry, I am not sure about the reason for this problem and have little time to find it recently. Here are some possible reasons:
By the way, the TF model is converted by @zphang semi-manually in this pr, you may try to convert it by yourself and check it again. |
Thanks for your input. I finally managed to reproduce the official results using your code.
|
Awesome! Could you please share your code in a branch/pull request so that other people may learn from it? Thanks for your excellent work! |
Hello,
First of all, thank you for your great work.
I have observed a strange problem when using the converted weights from TensorFlow (thanks again!).
I do not get exactly the same results than the official implementation. They are very close but slightly misaligned:
The coarse network seems to do its job correctly but something happens during the refinement step.
Do you have an idea of where it could come from ?
Tested with PyTorch 1.7 and TensorFlow 1.15
The text was updated successfully, but these errors were encountered: