Arthur151 / ROMP

Monocular, One-stage, Regression of Multiple 3D People and their 3D positions & trajectories in camera & global coordinates. ROMP[ICCV21], BEV[CVPR22], TRACE[CVPR2023]
https://www.yusun.work/
Apache License 2.0
1.34k stars 229 forks source link

TRACE Training Shape Mismatch #506

Open dylan6thomas opened 6 months ago

dylan6thomas commented 6 months ago

Hi! I am trying to train trace using just the DynaCam dataset to see if I can get it working before I continue my project. However, I am getting a shape mismatch on some files, though I am not sure why . Any help would be appreciated. I have attached the error and the config file.

I believe there is a disagreement between the world_cam_mask and thetorch.from_numpy(normalize_trans_to_cam_params(trans_world)).float() dimensions, but I couldn't track down what was causing the mismatch.

Thank you for your time.

jayantsharma commented 1 month ago

Facing the exact same issue, when trying to train on only the DynaCam dataset.