hpgan icon indicating copy to clipboard operation
hpgan copied to clipboard

Trained model

Open zaverichintan opened this issue 6 years ago • 3 comments

Thanks for amazing code and paper. I have two questions :

  1. What is the frequency of the data? It seems to be 50 (same as the H3.6m dataset)?
  2. Is the trained model available somewhere? It would be very useful.

zaverichintan avatar Dec 11 '19 11:12 zaverichintan

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.

ebarsoum avatar Dec 15 '19 05:12 ebarsoum

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?

zaverichintan avatar Dec 17 '19 14:12 zaverichintan

Hi, Is the pretrained model available now? That would be great if you could share them.

Thanks Mritula

MritulaC avatar Jan 14 '22 14:01 MritulaC