karfly/learnable-triangulation-pytorch

keypoints loss

asw91666 opened this issue · 0 comments

Hi!
I wonder why did you use "scale_keypoints_3d". Is it just to reduce the scale of loss?

loss = criterion(keypoints_3d_pred * scale_keypoints_3d, keypoints_3d_gt * scale_keypoints_3d, keypoints_3d_binary_validity_gt)