kohillyang / mx-openpose

Mxnet version of https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation
http://notes.kohill.cn/openpose
25 stars 2 forks source link

Training process #1

Closed liu6381810 closed 6 years ago

liu6381810 commented 7 years ago

Hi, Thanks for your great work! I have some questions about training 1.What the sigma do you choose to generate the ground truth heat map 2.What's your loss in the first iteration and you say you have loss 80-110 after 10000 iterations Is the loss the sum of 6 stages? 3.Do we need to generate background heat map for training

Thanks!

kohillyang commented 7 years ago
  1. 7.0, as the code says, since you can replace it by just a circle(I tested it and the accuracy is 0.01 lower than using Gaussian dot.
  2. The first loss is about 600-900. It's the sum of first and the last stage.
  3. Sorry, I don't know what background heat map is, maybe there is no need to do that.