wbenbihi / hourglasstensorflow

Tensorflow implementation of Stacked Hourglass Networks for Human Pose Estimation
MIT License
479 stars 177 forks source link

Can I fine tune from pre-trained model? #28

Closed FightForCS closed 2 years ago

FightForCS commented 6 years ago

Can I restore from pre-trained model and fine tune on another task? Say I want to detect 10 types of key points, how can I modify the code? Since directly loading the original model parameter will give 'dimension not match' error(MPII has 16 key points). Thanks.

lmhlll commented 5 years ago

I want to fine tune from pre-trained model ,too. Have you resolved it ?