tensorboy / pytorch_Realtime_Multi-Person_Pose_Estimation

1.36k stars 411 forks source link

about the training data #116

Closed happyday-lkj closed 5 years ago

happyday-lkj commented 5 years ago

Hi, all: In the 'Prepare the dataset' step, the step first should called: cd training; bash getData.sh to obtain the COCO 2017 images, however, there is no this training directory and no getData.sh this file, then I download the coco images from the CoCo web site. So, I wonder whether the dataset format got by 'getData.sh' is different from the dataset from the CoCo web site. thanks!