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
Shouldn't cam_coords be normalized by its L2 norm before multiplying by the depth?
i.e., add: cam_coords /= torch.norm(cam_coords, p=2, dim=1, keepdim=True)
before this line:
Shouldn't
cam_coords
be normalized by its L2 norm before multiplying by the depth?i.e., add:
cam_coords /= torch.norm(cam_coords, p=2, dim=1, keepdim=True)
before this line:
SfmLearner-Pytorch/inverse_warp.py
Line 40 in a866333
The text was updated successfully, but these errors were encountered: