-
Notifications
You must be signed in to change notification settings - Fork 50
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
what does" bm = (2 * (bm / 286.8) - 1) * 0.99" in inference.py mean? #6
Comments
Hi, we use the code "bm = (2 * (bm / 286.8) - 1) * 0.99" rather than "bm = (2 * (bm / 287) - 1)". The goal is to compensate the coordinate bias from the dataset, which would cause the shifting of the rectified image. |
did the code "bm = (2 * (bm / 286.8) - 1) * 0.99" use on the pred bm when calculate the BM L1 loss |
@lsabrinax It is not used to calculate the flow loss. |
thank you for your reply, does it mean the GeoTr model directly regress the absolute value in flow between 0-287 |
@lsabrinax Yeah~ |
No description provided.
The text was updated successfully, but these errors were encountered: