Home

Awesome

MXNet Multi Person Pose Estimation

This is a MXNet version of Realtime_Multi-Person_Pose_Estimation, original code is here https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation and here https://github.com/tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation

Introduction

Code repo for reproducing 2017 CVPR Oral paper using MXNet.

Require

  1. MXNet
  2. pip install mxnet-cu92 tensorflow mxboard
  3. pip install pycocotools

Evalute

Pretrained Models & Performance on the dataset split by the original rtpose.

Reported on paper (VGG19)mAP in origin repo (VGG19)map in PyTorch Repo (VGG19)mAP in this Repo (resnet18 inspired by SimplePose)
0.5770.5980.614

Training

then run:

python train_model.py --gpu_ids 0 --lr=0.001 --wd=0.00001 --momentum=0.9 --log_key="lr_1_wd_0.0001_momentum_0.9"

<img width="356" alt="screen shot 2018-12-20 at 4 51 40 pm" src="https://user-images.githubusercontent.com/3716307/50296004-b8d48480-0479-11e9-8197-57b4c5ce123b.png">

Related repository

Network Architecture

Contributions

All contributions are welcomed. If you encounter any issue (including examples of images where it fails) feel free to open an issue.

Citation

Please cite the paper in your publications if it helps your research:

@InProceedings{cao2017realtime,
  title = {Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields},
  author = {Zhe Cao and Tomas Simon and Shih-En Wei and Yaser Sheikh},
  booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year = {2017}
  }
  
@INPROCEEDINGS{8486591, 
author={H. Wang and W. P. An and X. Wang and L. Fang and J. Yuan}, 
booktitle={2018 IEEE International Conference on Multimedia and Expo (ICME)}, 
title={Magnify-Net for Multi-Person 2D Pose Estimation}, 
year={2018}, 
volume={}, 
number={}, 
pages={1-6}, 
month={July},}