mkocabas / VIBE

Official implementation of CVPR2020 paper "VIBE: Video Inference for Human Body Pose and Shape Estimation"
https://arxiv.org/abs/1912.05656
Other
2.85k stars 551 forks source link

[BUG]mpii3d_train_db.pt not exist #247

Open dongfang-a opened 2 years ago

dongfang-a commented 2 years ago
  1. operating system and the version: ubuntu 18.04
  2. your python version: 3.7
  3. your pytorch version: 1.4
  4. the stack trace of the error that you see, stacktrace.txt

After run prepare_training_data.sh, I cannot find mpii3d_train_db.pt, pennaction_train_db.pt, 3dpw_train_db.pt The list I have is: 3dpw_test_db.pt amass_db.pt, insta_train_db.h5, posetrack_train_db.pt, 3dpw_val_db.pt, mpii3d_val_db.pt

And in the code threedpw_utils.py I didn't find anything about "3dpw_train_db.pt". In mpii3d_utils.py, I didn't find where it convert avi files to images but it need image files in read_data_train function.

Can anyone help?