Skip to content

Real-time Gesture Recognition based on Deep learning

Notifications You must be signed in to change notification settings

Insectslayer/DeepGesture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Gesture recognition system based on Deep learning (simple version)

Project

"Development of a Smart Fitness System for Growing Kids by Using Multi-channel Wireless Communication " 
(MOTIE of Korea , 2016. 03. 01 ~ 2017. 12. 31)

Reference

Ji-Hae Kim, Gwang-Soo Hong and Byung-Gyu Kim, 
"Deep Learning-based Gesture Recognition Scheme using Motion Sensors", 
Displays(Elsvier), 2018

Anaconda with python 3.6 Download

https://www.continuum.io/downloads

git clone

git clone https://github.com/GwangsHong/DeepGesture.git

Anaconda virtual environment install

cd DeepGesture; conda env create

virtual environment activate

activate deepGesture

virtual environment deactivate

deactivate deepGesture

virtual environment remove

conda remove --name deepGesture --all

training

python train.py /train/

run server

python server.py

About

Real-time Gesture Recognition based on Deep learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%