GithubHelp home page GithubHelp logo

shin-jy / deeplogo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from satojkovic/deeplogo

0.0 0.0 0.0 7.78 MB

A brand logo recognition system using deep convolutional neural networks.

License: MIT License

Python 100.00%

deeplogo's Introduction

DeepLogo

A brand logo detection system using region-based convolutional neural networks.

Overview

Implentation of Region-based Convolutional Neural Networks in Tensorflow, to detect and classify brand logos.

Note: Since this is my first version model, there are some remaining issues.

Example detection results are below.

example1 example2 example3 example4 example5 example6

Here are some failure cases.

example7

Usage

  1. python gen_bg_class.py: Generate train_annot_with_bg_class.txt file.
  2. python crop_and_aug.py: Crop brand logo images from the flickr27_logos_dataset and apply data augmentation method. Finally the dataset consists of 140137 images.
  3. python gen_train_valid_test.py: Generate(Split) train/valid/test set from the dataset.
  4. python train_deep_logo_cnn.py: Train the convolutional neural networks and save the trained model to disk.
  5. python test_deep_logo_cnn.py: Test the trained model (for Classification).
    python detect_logo.py: Test the trained model (for Detection)

Network

The network is based on this blog post. Same network is applied to this brand logo recognition task because a brand logo is similar to a number plate which consists of a number of digits and letters.

License

MIT

deeplogo's People

Contributors

satojkovic avatar bruce-willis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.