tiagostorch / realtime_resnet50

Image classification using ResNet50. Image input from webcam.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

realtime_resnet50

Image classification using ResNet50. Image input from webcam.

This project was inspired by fchollet.

This project uses pretrained models for classification. I have added a bit of arduino to display the best matched result on a 16x2 LCD screen.

To run the realtime demo. cd in the folder and run "python realtime_classifier.py"

screenshot from 2017-04-07 11-41-11 water_jug

screenshot from 2017-04-07 11-41-41 water_bottle

screenshot from 2017-04-07 11-43-28 computer_keyboard

About

Image classification using ResNet50. Image input from webcam.


Languages

Language:Python 97.3%Language:Arduino 2.7%