microsoft / human-pose-estimation.pytorch

The project is an official implement of our ECCV2018 paper "Simple Baselines for Human Pose Estimation and Tracking(https://arxiv.org/abs/1804.06208)"
MIT License
2.94k stars 603 forks source link

Re-Implementation in GluonCV #96

Open hetong007 opened 5 years ago

hetong007 commented 5 years ago

Hi,

We have re-implemented the estimation model in GluonCV. We also achieve slightly higher AP by using pre-trained ResNet with higher accuracy: https://gluon-cv.mxnet.io/model_zoo/pose.html

Besides, you mentioned in https://github.com/Microsoft/human-pose-estimation.pytorch/issues/2 that the tracking code is implemented with MXNet. Do you think there's a chance that you will release it? GluonCV is also based on MXNet. With your tracking implementation as a starting point, we may provide a smooth and unified pipeline of pose tracking in GluonCV.

Best, Tong

lxy5513 commented 5 years ago

Cool

leoxiaobin commented 5 years ago

@hetong007 Thanks for you excellent work.

I am busy for another project, so when I am free I will consider to release the tracking part. By the way, our original implementation is also based on gluon. I think I am among the first users of gluon. :)

hetong007 commented 5 years ago

That's fantastic to hear! Would you also share some thoughts on gluon? Like are you still using it, or what turns you to pytorch, etc. It is important to hear from our customers so that we can put efforts to improve on the most important parts.

Odaimoko commented 5 years ago

@hetong007 Thanks for you excellent work.

I am busy for another project, so when I am free I will consider to release the tracking part. By the way, our original implementation is also based on gluon. I think I am among the first users of gluon. :)

Could you give a rough date when you will release the tracking part?