hongsukchoi / 3DCrowdNet_RELEASE

Official Pytorch implementation of "Learning to Estimate Robust 3D Human Mesh from In-the-Wild Crowded Scenes", CVPR 2022
MIT License
155 stars 15 forks source link

About MSCOCO train annotation file #3

Closed uyoung-jeong closed 2 years ago

uyoung-jeong commented 2 years ago

I am trying to run train script, but there is an issue about annotation file. Current code tries to read 'MSCOCO_train_SMPL_NeuralAnnot.json' insead of 'coco_smplifyx_train.json': https://github.com/hongsukchoi/3DCrowdNet_RELEASE/blob/c4d32c0dbb2675b022f9bc2848a39242d1142244/data/MSCOCO/MSCOCO.py#L66

Is it correct to comment the 66th line and uncomment the 67th line? Or should we use 'MSCOCO_train_SMPL_NeuralAnnot.json'?

hongsukchoi commented 2 years ago

Hi, I updated the directory.md lately.

Please use NeuralAnnot :) You can download it from here: https://github.com/mks0601/NeuralAnnot_RELEASE

uyoung-jeong commented 2 years ago

Ah thanks!