Skip to content

Anubhav-Bhargava/Logo-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo-Classifier

This python code is used to recognize Pepsi company logos in a given image.

Dataset

It is trained on Flickr Logos 27 dataset

Prerequisites

The code is developed for python 2.7 using a jupyter notebook

All dependencies are mentioned in Requirements.txt

Demo

A gif showing single Pepsi bottle

Demo

A gif showing multiple brand bottles

Demo

Algorithms

I've used Convolution Neural Network for the classification.

The model detects Pepsi logo with an accuracy of ~99%.

It uses Sliding window algorithm(as show above) to detect logo in different parts of the image

Prediction

To run the prediction on a new image just run the following command

python evaluate.py --image image_path

About

Code for Logo Detection and Classification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published