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
I haven't looked at this repository in a while so I don't remember all the details. But the main reason is the input image is 256x256 pixels while the predicted heatmaps is 64x64. So when you downsample the image, the intrinsic matrix of the camera must also be modified. n = -2 here actually means 1/4 rescale. The intrinsic matrix can be modified by just multiplying the projection matrix from the left. For more details, look here: link
CDRnet/train_and_test.py
Line 109 in c130864
why use resized_mat@pms_v1?
The text was updated successfully, but these errors were encountered: