Trained model
Thanks for amazing code and paper. I have two questions :
- What is the frequency of the data? It seems to be 50 (same as the H3.6m dataset)?
- Is the trained model available somewhere? It would be very useful.
For the frequency look at '_skip_frame' in the reader (https://github.com/ebarsoum/hpgan/blob/master/src/braniac/readers/body.py). It is set in the training script: https://github.com/ebarsoum/hpgan/blob/master/src/train_hpgan.py. For Human3.6m, I skip frame so the frequency is 25 fps.
Sadly, I don't have now the pretrained model.
Thanks a lot for your response. I was curious if results were calculated for 100 frames output?
And also there is discontinuity in predicted poses at first prediction, is there any solution to this?
Hi, Is the pretrained model available now? That would be great if you could share them.
Thanks Mritula