Rebuilting the CMU-OpenPose pose estimatior using Python with OpenCV and Tensorflow.
Python
14
26 commits
updated Feb 14, 2019
Rebuilting the CMU-OpenPose pose estimatior using Python with OpenCV and Tensorflow.
(The code comments are partly descibed in chinese)
In this work, I used both caffemodel and tensorflow-graph-model, you can download them here, Then place the pretrained models to corresponding directory respectively.
caffe_models\pose\body_25\pose_iter_584000.caffemodel into pose-estimator-using-caffemodel\model\body_25\caffe_models\hand\pose_iter_102000.caffemodel into hand-estimator-using-caffemodel\model\openpose graph model coco\graph_opt.pb into pose-estimator-tensorflow\graph_model_coco\See the sub-README.md in sub-folder.
Body_25 in left, COCO in middle, MPI in right.



See more Output Format details here, and Hand Output Format included as well.
Script in pose-estimator-tensorflow folder.
26 commits
Python
100.0%
Rebuilting the CMU-OpenPose pose estimatior using Python with OpenCV and Tensorflow.
Python
14
26 commits
updated Feb 14, 2019
Rebuilting the CMU-OpenPose pose estimatior using Python with OpenCV and Tensorflow.
(The code comments are partly descibed in chinese)
In this work, I used both caffemodel and tensorflow-graph-model, you can download them here, Then place the pretrained models to corresponding directory respectively.
caffe_models\pose\body_25\pose_iter_584000.caffemodel into pose-estimator-using-caffemodel\model\body_25\caffe_models\hand\pose_iter_102000.caffemodel into hand-estimator-using-caffemodel\model\openpose graph model coco\graph_opt.pb into pose-estimator-tensorflow\graph_model_coco\See the sub-README.md in sub-folder.
Body_25 in left, COCO in middle, MPI in right.



See more Output Format details here, and Hand Output Format included as well.
Script in pose-estimator-tensorflow folder.
26 commits
Python
100.0%