Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.69 KB

File metadata and controls

39 lines (28 loc) · 1.69 KB

2016-tfg-david-pascual

Project Name: Deep Learning on RGBD sensors

Author: David Pascual Hernández [d.pascualhe@gmail.com]

Academic Year: 2016/2017

Degree: Degree in Audiovisual Systems and Multimedia Engineering

Mediawiki: http://jderobot.org/Dpascual-tfg

Tags: Deep Learning, Keras

State: Developing

Usage

digitclassifier is a JdeRobot component which captures live video and classifies digits in the sequence with a convolutional neural network built with Keras. In order to launch it with Python 2.7 you must install:

Links for downloading augmented MNIST datasets for training and Keras model for testing:

If you want to launch digitclassifier, open a terminal and run:

cameraserver cameraserver.cfg

This command will start cameraserver driver which will serve video from the webcam. In another terminal, access the location where you've cloned the repo and run:

python digitclassifier.py digitclassifier.cfg

That command should launch the component and you should see something like this: Alt Text

More info: [http://jderobot.org/Dpascual-tfg]