Skip to content

csysl/Convolutional-Pose-Machine-tf

 
 

Repository files navigation

Convolutional Pose Machine implemented with tensorflow

This model is still work in progress.

Trainable with MPI dataset.

Details are in my blog in Chinese.

CPM

Model: Convolutional Pose Machine

Please go to my site to choose the Convolutional Pose Machine model And put the model in model/ directory

Demo & Benchmark Results

Demo PCKh Benchmark Result

TODOs

  • Still working in benchmark (Not in this project's workflow)

Files

Filename Usage
predict.py change the source file's image
train.py use this to launch a training process
CPM.py NO USAGE PLEASE LEAVE INTACT
datagen.py NO USAGE PLEASE LEAVE INTACT

Credit

@inproceedings{wei2016cpm,
    author = {Shih-En Wei and Varun Ramakrishna and Takeo Kanade and Yaser Sheikh},
    booktitle = {CVPR},
    title = {Convolutional pose machines},
    year = {2016}
}

Thanks to wbenbihi@github for his batch generator~

Author: Liu Fangrui aka mpsk
    Beijing University of Technology
        College of Computer Science & Technology

About

Convolutional Pose Machine tensorflow implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%