-
Notifications
You must be signed in to change notification settings - Fork 48
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
Missing key/value in FineMatching #47
Comments
“expect_f" is update in https://github.com/zju3dv/EfficientLoFTR/blob/a2ef8b0096df2dce9154fc8e48a53ff60cadf68b/src/losses/loftr_loss.py
|
Thank you for the question and the reply. There seems to be a typo in the comment here. If it's for testing, the forward function will not output 'expec_f'. If it's for training, 'expect_f' will be calculated later in the loss function. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, great work!
Quick question, the docstring for the forward function in "FineMatching" says it should update "expec_f" but there doesn't seem to be anything that sets this key. Is the comment wrong or is this an error?
https://github.com/zju3dv/EfficientLoFTR/blob/a2ef8b0096df2dce9154fc8e48a53ff60cadf68b/src/loftr/utils/fine_matching.py#L30C1-L31C1
The text was updated successfully, but these errors were encountered: