Skip to content
forked from pyk/hsr

Hand signals recognition using Convolutional Neural Network implemented in TensorFlow

Notifications You must be signed in to change notification settings

nieshaoshuai/hsr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HSR

This repository contains code that I use to build a model for hand signals recognition system.

Eval example

The training data is not included. You can create your own training data using webcam via Chrome. I use the following HTML & JS script to collect the training data.

Running

python train.py training-data/

It expect all images inside training-data directory are named using this format: label_id-* where label_id is natural number and 0 < label_id.

About

Hand signals recognition using Convolutional Neural Network implemented in TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%