Giter Site home page Giter Site logo

kerasposenet's Introduction

KerasPoseNet

KerasPoseNet inference example

Network used is from: https://github.com/ildoonet/tf-pose-estimation (git SHA1 ID: b119759e8a41828c633bd39b5c883bf5a56a214f, Apache 2.0 License).

To generate network inference sources and weights files use the tool:

python3 <path_to_tool>/convertor.py keras_pose.ini

To build main application on Ubuntu:

sudo apt-get install python3-opencv python3-psutil
make

To build 3rd-party helper library:

cd pafprocess
sudo apt-get install swig
swig -python -c++ pafprocess.i && python3 setup.py build_ext --inplace

To run application using Web-camera (sudo is needed to set linux console to graphics mode before drawing to framebuffer):

sudo ./run.py /dev/video0

To run application with input image:

sudo ./run.py IMAGE_PATH

To run application with multiple images (img_01.jpg, img_02.jpg, ...):

sudo ./run.py img_%02d.jpg

kerasposenet's People

Contributors

ajkxyz avatar yuyakobayashi98889 avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

kerasposenet's Issues

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.