Home

Awesome

About this fork

This repo was forked from the Anatolix fork of Realtime Multi-Person Pose Estimation.

For keras version of original Realtime Multi-Person Pose Estimation repository, see the Michal Faber fork and the Anatolix fork

We have edited the Anatolix fork for transfer learning, starting with the trained CMU model weights.

Changes to Anatolix fork

Results

<p align="center"> <img src="https://github.com/anatolix/keras_Realtime_Multi-Person_Pose_Estimation/blob/master/readme/dance.gif", width="720"> </p>

How to run demo/training

Testing steps

Run demo on image

Run demo on video

Training steps

Create .h5 data files

Run training

Model files saved in /training/Canonical

Related repository

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}
  }