zczcwh / PoseFormer

The project is an official implementation of our paper "3D Human Pose Estimation with Spatial and Temporal Transformers".
498 stars 74 forks source link

Question about preprocessing MPII_INF_3DHP? #10

Closed leechaonan closed 3 years ago

leechaonan commented 3 years ago

could you give me the details about preprocessing the MPII_INF_3DHP dataset? I follow this script https://github.com/mkocabas/VIBE/blob/master/lib/data_utils/mpii3d_utils.py to preprocess the dataset and train with lr=0.0004, batch_size=512, frame=9, I got much smaller results(MPJPE:50mm) than your paper. is it corrected?

zczcwh commented 3 years ago

@leechaonao I didn't follow the script you mentioned (VIBE), I don't know if this is correct or not. I use someone else's code and sorry, I don't have permission to redistribute.

flyyyyer commented 3 years ago

Do you use the training set of 3dhp to train the model or just test the testing set of 3dhp on a Human3.6M pretraind model?