GithubHelp home page GithubHelp logo

doldolseoul / 3d-cnn-gesture-recognition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anasmorahhib/3d-cnn-gesture-recognition

0.0 0.0 0.0 11.19 MB

Gesture recognition using tensorflow from a large video database

Python 13.38% Jupyter Notebook 86.62%

3d-cnn-gesture-recognition's Introduction

3D-CNN-Gesture-recognition

Gesture recognition via 3D CNN neural network using Tensorflow.
Our project consists in developing a Python language solution, using deep learning techniques, for hand gestures recognition. the idea of this project is to detect the gestures in a three-dimensional space, that is to say that, instead of analyzing the shape of the hand in each image separately, we will analyze the movement of the hand in time, which means analyzing several images at once.
A little example to understand what we want to do, If you raise two fingers, the machine must know it, but the 3D gives us more than that, it will be able to detect if we move the two fingers left or right or other, which makes us analysis the gesture and the movement of the hand too.

The technologies used:

Python 3.6
TensorFlow 2.0 Beta
OpenCV 3

Description to read before you begin:

  • 20BN-JESTER: It contains all training, validation and testing data. You have to download it from The 20BN-jester Dataset V1

  • training-sample.py: If you use your personal computer, often you will not have the performance needed to work with all this data. this script will help you bring out a sample that you can work with. if you want to work with all data, ignore this file.

  • validation-sample.py: the same thing as training-sample.py for validation.

  • main-beginners-syntax.py: the main code with a simple syntax.

  • main-experts-syntax.py: the main code with a more complex syntax.

  • test-app.py: a small application to test the model after training.

Noticeable:

as you know, a deep learning project goes through several steps before starting the training of the model, like the data cleaning, the standardization, the creation of the model ... for this in both files main-beginners-syntax.py and main-experts-syntax.py it is better to use a block-by-block execution using spider for example, or use the file main.ipynb with jupyter notebook.
the advantage of this is that if you got an error or you want to change in a step, you do not need to run all the code each time, just execute the part you want.
I invite you to install Anaconda, to have a good environment.

Demo

Youtube link - https://youtu.be/dMAAyceGKAg

Gesture recognition demo

3d-cnn-gesture-recognition's People

Contributors

anasmorahhib 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.