leoxiaobin / deep-high-resolution-net.pytorch

The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
https://jingdongwang2017.github.io/Projects/HRNet/PoseEstimation.html
MIT License
4.31k stars 908 forks source link

when will the bottom-up method code be released? #121

Open liudanyang opened 4 years ago

liudanyang commented 4 years ago

Is the code of your another paper "Bottom-up Higher-Resolution Networks for Multi-Person Pose Estimation" ready? Really looking forward to have a try. Thank you very much for your contribution.

FightStone commented 4 years ago

I have implemented HighterHrnet, but map only has 61.4% on coco dev !

liudanyang commented 4 years ago

I have implemented HighterHrnet, but map only has 61.4% on coco dev !

could you please share your code with me? many thanks!!

FightStone commented 4 years ago

@liudanyang If you want to know more, you can leave a contact information and discuss it together. I also have some questions that I don't quite understand!

liudanyang commented 4 years ago

@liudanyang If you want to know more, you can leave a contact information and discuss it together. I also have some questions that I don't quite understand!

Thanks a lot. My email address is michael.danyang@hotmail.com; and if you use wechat, you can also find me by wechat ID: liudanyang766599

leoxiaobin commented 4 years ago

hi, @liudanyang @FightStone

Our HigherHRNet has been released at https://github.com/HRNet/Higher-HRNet-Human-Pose-Estimation.