mks0601 / 3DMPPE_ROOTNET_RELEASE

Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
MIT License
477 stars 65 forks source link

Where did I find k ?Data sets should be downloaded and merged #43

Open wangrenchuan opened 2 years ago

wangrenchuan commented 2 years ago

Where is the k step in the code

mks0601 commented 2 years ago

https://github.com/mks0601/3DMPPE_ROOTNET_RELEASE/blob/06d4f343c0fc36192c4da61db2c099c3ef3a95ba/data/dataset.py#L73

wangrenchuan commented 2 years ago

Thank you, I would also like to ask whether the downloaded Human dataset will have JPG images with this name after mergin

those images.tar.gz*? ..data/Human36M/images/s_05_act_13_subact_01_ca_04/s_05_act_13_subact_01_ca_04_002891.jpg

mks0601 commented 2 years ago

Yes. I checked that that image is in the folder.

wangrenchuan commented 2 years ago

thanks a lot🙂