pixelite1201 / BEDLAM

206 stars 19 forks source link

Pretrain model of ResNet50 on COCO #27

Closed SonNguyen2510 closed 9 months ago

SonNguyen2510 commented 9 months ago

Thank you author for your amazing paper! I am trying to retrain HMR with ResNet50 backbone. I'm wonder is there any pretrain ResNet50 backbone with COCO dataset? If yes, where can I find the pretrain model? Thank you very much!

pixelite1201 commented 9 months ago

You can find the pretrained models here: https://github.com/HRNet/HRNet-Human-Pose-Estimation/tree/master

SonNguyen2510 commented 9 months ago

thank you for your answer!