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 also thought that the scale matrix inverse might not be applied to poses, but to output 3D data... Can you confirm this information and possibly identify where in the code is it being done?
In the dataset.py file this is done:
P = world_mat @ scale_mat
Shouldn't poses
P
be then multiplicated by the inverse of the scale matrixscale_mat
?The text was updated successfully, but these errors were encountered: