Code Monkey home page Code Monkey logo

tf-openpose's Introduction

tf-openpose

Openpose from CMU implemented using Tensorflow. It also provides several variants that have made some changes to the network structure for real-time processing on the CPU.

Original Repo(Caffe) : https://github.com/CMU-Perceptual-Computing-Lab/openpose

Features

[x] CMU's original network architecture and weights.

[] Post processing from network output.

[] Faster network variants using mobilenet, lcnn architecture.

[] ROS Support.

Install

You need dependencies below.

  • python3

  • tensorflow 1.3

  • opencv 3

  • protobuf

Models

Inference Time

Dataset Model Description Inference Time
1 core cpu
Coco cmu CMU's original version. Same network, same weights. 3.65s / img
Coco dsconv Same as the cmu version except for the depthwise separable convolution of mobilenet. 0.44s / img
Coco mobilenet
Coco lcnn

Training

CMU Perceptual Computing Lab has modified Caffe to provide data augmentation.

This includes

  • scale : 0.7 ~ 1.3

  • rotation : -40 ~ 40 degrees

  • flip

  • cropping

See : https://github.com/CMU-Perceptual-Computing-Lab/caffe_train

References

OpenPose

[1] https://github.com/CMU-Perceptual-Computing-Lab/openpose

[2] Training Codes : https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation

[3] Custom Caffe by Openpose : https://github.com/CMU-Perceptual-Computing-Lab/caffe_train

Mobilenet

[2] Pretrained model : https://github.com/tensorflow/models/blob/master/slim/nets/mobilenet_v1.md

Libraries

[1] Tensorpack : https://github.com/ppwwyyxx/tensorpack

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.