-
Notifications
You must be signed in to change notification settings - Fork 761
Open
Description
In utils.py L292:
SuperGluePretrainedNetwork/models/utils.py
Line 292 in ddcf11f
| f_mean = np.mean([K0[0, 0], K1[1, 1], K0[0, 0], K1[1, 1]]) |
f_mean = np.mean([K0[0, 0], K1[1, 1], K0[0, 0], K1[1, 1]])
Shouldn't it be
f_mean = np.mean([K0[0, 0], K0[1, 1], K1[0, 0], K1[1, 1]])?
Though it might not cause any noticeable difference since most cameras have similar fx and fy :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels