You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
data['expec_f'] is calculated couple of lines above :
The text was updated successfully, but these errors were encountered:
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)
data['expec_f'] is calculated couple of lines above :
The text was updated successfully, but these errors were encountered: