lschmidtke / shape_templates

code from cvpr 2021 paper 'Unsupervised Human Pose Estimation through Transforming Shape Templates'
https://infantmotion.github.io/
MIT License
32 stars 8 forks source link

Pretrained Model #4

Closed MehwishG closed 2 years ago

MehwishG commented 2 years ago

I read your paper it seems very interesting for Human Pose Estimation in unsupervised manner. It would be great if you can share the Pre-trained Model for Human 3.6M dataset.

lschmidtke commented 2 years ago

Hi,

I'm working on it currently! There was a problem with my data sampling in the new, rewritten and restructed code.

MehwishG commented 2 years ago

Thanks for the update.

lschmidtke commented 2 years ago

Hi, I uploaded the pretrained model, check out src/core/pretrained_model.py for details.

MehwishG commented 2 years ago

Thanks