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
At line 66 in mv2d_head.py, intrinsic[:, :2, 2] = intrinsic[:, :2, 2] - bbox[:, :2] - 0.5 / scale, but in paper,
So why do we need to divide by 0.5/scale in the formula instead of multiplying by scale?
The text was updated successfully, but these errors were encountered:
At line 66 in mv2d_head.py, intrinsic[:, :2, 2] = intrinsic[:, :2, 2] - bbox[:, :2] - 0.5 / scale, but in paper,
So why do we need to divide by 0.5/scale in the formula instead of multiplying by scale?
The text was updated successfully, but these errors were encountered: