Skip to content

NoobMaster1999/BeachBot-Bottle-Detection

Repository files navigation

tensorflow-image-detection icon

tensorflow-image-detection

A generic image detection program that uses Google's Machine Learning library, Tensorflow and a pre-trained Deep Learning Convolutional Neural Network model called Inception.

This model has been pre-trained for the ImageNet Large Visual Recognition Challenge using the data from 2012, and it can differentiate between 1,000 different classes, like Dalmatian, dishwasher etc. The program applies Transfer Learning to this existing model and re-trains it to classify a new set of images.

This is a generic setup and can be used to classify almost any kind of image. I created a small demo that classifies two image data sets - my photos and my girlfriend's photos, and returns a prediction score denoting the possibility of it being my image or my girlfriend's image.


Installation

Make sure you have Python 3 installed, then install Tensorflow on your system, and clone this repo.


Prepare the image data sets

In order to start the transfer learning process, a folder named training_dataset needs to be created in the root of the project folder. This folder will contain the image data sets for all the subjects, for whom the classification is to be performed.

Download the Datasets here

About

Plastic bottle detection for BeachBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published