mks0601 / 3DMPPE_POSENET_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
807 stars 147 forks source link

about human36 data File name format #134

Open 2015wan opened 11 months ago

2015wan commented 11 months ago

Hello, can tell me the file name format s_11_act_13_subact_02_ca_02002254.jpg, such as s[name1]act[name2]subact[name3]ca[name4]_[name5], What do these five names mean and what do they include?

mks0601 commented 11 months ago

s_11: subject index is 11 act_13: action index is 13 subact_02: subaction index is 02 ca_02: camera index is 02 002254: frame index is 00254

2015wan commented 11 months ago

Thank you for your reply. I would like to know which activities are included in action and subaction

mks0601 commented 11 months ago

These are the action names https://github.com/mks0601/3DMPPE_POSENET_RELEASE/blob/33e6960fbc81326565a1dd1773e23bcd28f820b4/data/Human36M/Human36M.py#L25

Subactions do not have names. Just variants of the actions.

2015wan commented 11 months ago

Thank you very much for your reply.

2015wan commented 11 months ago

https://drive.google.com/drive/folders/1r0B9I3XxIIW_jsXjYinDpL6NFcxTZart?usp=sharing,This is human36 data set download address, why I download down decompression has been reported this error, have tried many kinds of download methods! 图片

mks0601 commented 11 months ago

You need to prepare all files, including images.tar.gzaa ~ images.tar.gzag, and run the unzip command. Please check md5sum to check your download was successful