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.33k stars 229 forks source link

Fix bugs for TRACE training #468

Open qiqiApink opened 1 year ago

qiqiApink commented 1 year ago

There are too many bugs in the TRACE training code including the dataloader. Can you check your code and upload some missing files used by dataloaders to make sure the code can be run?

Arthur151 commented 1 year ago

@qiqiApink Sorry for the bugs. Due to some reason, I haven't got a new environment to test the code. I will work on this and this may need some time to establish a suitable environment. Really sorry for the trouble. But anyway, I will try my best to provide essential helps. Maybe before I can get everything done, I can provide the file you need as you demand. Here is a similar issue https://github.com/Arthur151/ROMP/issues/467

Thanks for your understanding. Best, Yu

Arthur151 commented 1 year ago

@qiqiApink I have uploaded the missing annotation files for Human3.6M at https://pan.baidu.com/s/1xGXeXgBUwvINz4I5c0hweQ?pwd=ek92

Rest splited zip files (15 left, each 20GB) of MPI-INF-3DHP are still in the progress of uploading. Best, Yu

qiqiApink commented 1 year ago

The checkerboard.jpg https://github.com/Arthur151/ROMP/blob/5cf8068297e8700701748c58d98428d8b6bcea91/trace/lib/datasets/video_base_relative.py#L556 and smpl_neutral_betas.npz https://github.com/Arthur151/ROMP/blob/5cf8068297e8700701748c58d98428d8b6bcea91/trace/lib/datasets/pw3d.py#L93 seem missing.

Arthur151 commented 1 year ago

https://pan.baidu.com/s/1K_X6pG7dFvAqrl_Ogt14Zg?pwd=e4zx

qiqiApink commented 1 year ago

Thanks. BTW https://github.com/Arthur151/ROMP/blob/5cf8068297e8700701748c58d98428d8b6bcea91/trace/lib/datasets/pw3d.py#L361 This also cannot be found.

Arthur151 commented 1 year ago
    It's in the 3DPW folder.

 发件人: @. @.> 代表 qiqiApink @.>发送时间: 星期二, 七月 18, 2023 4:06 下午收件人: Arthur151/ROMP @.>抄送: Yu Sun @.>; Comment @.>主题: Re: [Arthur151/ROMP] Fix bugs for TRACE training (Issue #468)  Thanks. BTW https://github.com/Arthur151/ROMP/blob/5cf8068297e8700701748c58d98428d8b6bcea91/trace/lib/datasets/pw3d.py#L361 This also cannot be found.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

qiqiApink commented 1 year ago

I mean the SMPL class used. There isn't pw3d_eval.py under evaluation folder and I can't find the same definition of SMPL class used here in other python files. https://github.com/Arthur151/ROMP/blob/5cf8068297e8700701748c58d98428d8b6bcea91/trace/lib/datasets/pw3d.py#L369

Arthur151 commented 1 year ago

If the path to annots.npz is properly set at https://github.com/Arthur151/ROMP/blob/5cf8068297e8700701748c58d98428d8b6bcea91/trace/lib/datasets/pw3d.py#L67 then you should not go into this function (pack_data)

Yasaman-Haghighi commented 12 months ago

Hello, thanks for your interesting work. Is it possible to upload the annotations to google drive as well?