- Download SMPL model from here.
- Put the model file in pkl format into the models folder.
- Download DIP-IMU dataset from here.
- Unzip the DIP dataset and put it into data/dataset_work/DIP_IMU. The directory opens the file for processing DIP_IMU dataset in the preprocess_dataset.py file.
You can execute the following code to get the results in the paper.
python evaluate.py weights.tar 0.6
If you want to retrain, can you download the AMASShere dataset and train with the following code?
python train.py -c -b 200 --epochs 300 --posenet --save-dir save_pose --lr 5e-4 # pretrain
python train.py -c -b 200 --epochs 300 --posenet --save-dir save_pose --lr 5e-4 -f # fineturne
Run live demo program
python live_demo.py