GithubHelp home page GithubHelp logo

keysmis / tf-pose-estimation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ouceduxzk/tf-pose-estimation

0.0 2.0 0.0 84.34 MB

Openpose from CMU implemented using Tensorflow with Custom Architecture for fast inference.

License: Apache License 2.0

CMake 0.02% Dockerfile 0.08% Shell 0.27% PureBasic 73.79% Python 25.85%

tf-pose-estimation's Introduction

tf-pose-estimation

'Openpose' for human pose estimation have been implemented using Tensorflow. It also provides several variants that have made some changes to the network structure for real-time processing on the CPU or low-power embedded devices.

Features in this fork

  • Add support for using pretrained model : mobilenet_V2, VGG16x4 (pruned VGG16 model, 4 times faster)
  • trainging with multi-scale loss
  • more mobilenet networks config
  • bug fix in the original repo
  • evalution script on validation dataset (support evaluation of both tf and caffe model)
  • tensorrt support

Inference From Caffemodel (cmu openpose)

python3 src/inference_cmupose.py --input-width=656

Inference From Mobilenet_thin

python3 src/inference.py --input-width=656

Inference From Tensorrt engine

python3 src/tensorrt_inference.py --graph=yourgraph.opt.pb --engine=yourmodel.engine

Inference and run from webcam With Tensorflow with tensorrt built-in

python3 src/run_webcam.py --use_tensorrt=1

tf-pose-estimation's People

Contributors

ildoonet avatar lesreaper avatar ouceduxzk avatar

Watchers

 avatar  avatar

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.