mks0601 / TF-SimpleHumanPose

TensorFlow implementation of "Simple Baselines for Human Pose Estimation and Tracking", ECCV 2018
336 stars 90 forks source link

Could you share the training details on Posetrack 18? #10

Closed Odaimoko closed 5 years ago

Odaimoko commented 5 years ago

I am sorry that I ask this question because I barely know tf. Could you pls describe what you have done and what parameters you use during training? Did you follow the training technique used on posetrack 17 in the original paper?

mks0601 commented 5 years ago

Hi, I added detailed explanation in README like below.

After training model on the COCO dataset, I set lr, lr_dec_epoch, end_epoch in config.py to 5e-5, [150, 155], 160, respectively. Then, run python train.py --gpu $GPUS --continue.

Odaimoko commented 5 years ago

Thank you very much. Did you also train on posetrack 17?

mks0601 commented 5 years ago

Unfortunately, no. You can try by changing my code.