MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
7.94k stars 1.97k forks source link

Help to train own dataset #183

Closed HaoWangXiDian closed 5 years ago

HaoWangXiDian commented 5 years ago
  1. How to get pre-trained model on mpii dataset and fine-tune it on my own dataset?
Fang-Haoshu commented 5 years ago

You can check the folder train_sppe for instructions of training. You can just use the trained model as initialize weights

Yuy1024 commented 5 years ago

@HaoWangXiDian @Fang-Haoshu Hi, Have you solve the problem and successfully train on your own dataset? Thank you!