This is the python implementation of the datalayer in Convolutional Pose Machines
This is the python implementation of the datalayer in Convolutional Pose Machines release
data_transformer.py
is the implenentaiton like the data_transformer.cpp in the Convolutional Pose Machines release code. But something is difference:
cpm_data.py
shows how to use data_transformer.py in caffe.
util.py
is the Visualization tools, produced by the Convolutional Pose Machines release
data_dir
to your dataset
@inproceedings{wei2016cpm,
author = {Shih-En Wei and Varun Ramakrishna and Takeo Kanade and Yaser Sheikh},
booktitle = {CVPR},
title = {Convolutional pose machines},
year = {2016}
}