Skip to content

A deep learning implementation of classify paper rock scissors hand gesture

Notifications You must be signed in to change notification settings

ymwdalex/paper-rock-scissors

Repository files navigation

Demo

Demo

Install

Generate images

python generate_image.py -f data -t p
python generate_image.py -f data -t r
python generate_image.py -f data -t s

Train

Simple CNN

python train_simple_cnn.py

Use pretrained VGG

python train_bottleneck_vgg.py

Classification

python classification.py -type simple

or

python classification.py -type vgg

vgg has better performance

About

A deep learning implementation of classify paper rock scissors hand gesture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages