Coder Social home page Coder Social logo

signing_or_not_classifier's Introduction

Signing or not Classifier

Classifying whether a person is signing or not.

Pose estimation is highly based on alesolano's code here: https://gist.github.com/alesolano/b073d8ec9603246f766f9f15d002f4f4 Read also his article on: https://arvrjourney.com/human-pose-estimation-using-openpose-with-tensorflow-part-2-e78ab9104fc8 His code is also based on Ildoo Kim's code (https://github.com/ildoonet/tf-openpose) and derived from the OpenPose Library (https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/LICENSE)

Getting Started

Fork the project
$ mkdir models
$ cd models
$ wget https://www.dropbox.com/s/2dw1oz9l9hi9avg/optimized_openpose.pb
$ cd ..
$ python main.py --video 'path/to/your/video'

Alternatively:

To run the model with XGBoost run Model.ipynb notebook

Prerequisites

Tensorflow
Keras
Pympi
Pillow
XGBoost

Classifiers

Four differenent classifiers have been tested. The main.py uses the neural network created in /Classifiers/ Keras_classifier. The Model.ipynb uses the XGBoost model created in /Classifiers/SVM_RF_XGBooster.ipynb

Datasets

The datasets that have been used for the training are located in the Classifiers folder

Acknowledgments

signing_or_not_classifier's People

Contributors

manolisfrag avatar

Stargazers

Marc Schulder avatar

Watchers

James Cloos avatar Marc Schulder avatar  avatar

Forkers

marcschulder

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.