GlenGGG / GestureRecognition

Course project, gesture classification on image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GestureRecognition

Course project, gesture classification on image using multi-layer perceptron.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

This project is written in python and used tensorflow 1.12.

python		3.6
tensorflow	1.12

Installing

Clone this repository.

git clone git@github.com:GlenGGG/GestureRecognition.git
cd GestureRecognition

Usage

Simply run the code.

python gestureRecognition.py

Then you should be able to see the training process. The cost of the training will be displayed every hundred epochs. And finally, you will see the training cost curve in a separate window.

About

Course project, gesture classification on image.


Languages

Language:Python 100.0%