Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anubhav-bhargava/logo-classifier

Code for Logo Detection and Classification
https://github.com/anubhav-bhargava/logo-classifier

Last synced: 5 days ago
JSON representation

Code for Logo Detection and Classification

Awesome Lists containing this project

README

        

# 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](http://image.ntua.gr/iva/datasets/flickr_logos/)

# 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](gifs/b.gif)

A gif showing multiple brand bottles

![Demo](gifs/a.gif)

# 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