Skip to content
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

trainning EfficientLoFTR #57

Open
AlmogHagag opened this issue Dec 15, 2024 · 1 comment
Open

trainning EfficientLoFTR #57

AlmogHagag opened this issue Dec 15, 2024 · 1 comment

Comments

@AlmogHagag
Copy link

Hi,
when i try to train, i get an error in function _compute_local_loss_l2 file loftr_loss.py :
on line:
offset_l2 = ((expec_f_gt[correct_mask] - expec_f[correct_mask]) ** 2).sum(-1)

image

data['expec_f'] is calculated couple of lines above :
image

@AlmogHagag
Copy link
Author

maybe we need to del data['expec_f'] at the start of function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant