mks0601 / I2L-MeshNet_RELEASE

Official PyTorch implementation of "I2L-MeshNet: Image-to-Lixel Prediction Network for Accurate 3D Human Pose and Mesh Estimation from a Single RGB Image", ECCV 2020
MIT License
710 stars 130 forks source link

Problems about Data set configuration #50

Closed booker-max closed 3 years ago

booker-max commented 3 years ago
  1. Is the "annotations" file in the MSCOCO folder under the “data” folder the "2017 Train/Val annotations" file or the "2017 Stuff Train/Val annotations" file ‘”

  2. Where to download the "J_regressor_coco_hip_smpl.npy" file in the MSCOCO folder under the “data“ folder

  3. Where should the Yolo.json file in the Humandetection result folder in the link https://drive.google.com/drive/folders/1fWrx0jnWzcudU6FN6QCZWefaOFSAadgR be placed and what does it do?

  4. Can you send me a copy of the "images" folder under the Human36M folder and the "augmented_set" and "unaugmented_set" folders under the Muco folder. I can't download it in your shared link. "Download" will appear ”The file has exceeded the download limit, so it cannot be downloaded at this time", but I am really eager to get this data set to carry out my research work. Can you send a copy to my mailbox, 1654617276wj@gmail.com, very thank.

mks0601 commented 3 years ago
  1. I haven't used Stuff annotation files.
  2. I cannot get your question. The file is already available in the repo.
  3. You don't have to take care about that. Just follow the instruction of README.
  4. Please read the README more carefully. That issue is already addressed in here.
booker-max commented 3 years ago

Thanks for the fast answer!This helped me a lot