Giter Site home page Giter Site logo

logo-2k-plus-dataset's Introduction

Logo-2K+:A Large-Scale Logo Dataset for Scalable Logo Classification

The dataset link has been shifted and maintained by this URL https://github.com/Wangjing1551/Logo-2k-plus-Dataset

Logo-2k+ Dataset

example\

Logo-2k+ Dataset Description

In this work, we construct a large scale logo dataset, Logo-2K+, which covers a diverse range of logo classes from real-world logo images. Our resulting logo dataset contains 167,140 images with 10 root categories and 2,341 categories.
The statistic comparison of 10 root categories from Logo-2K+ is shown as follows.

Root Category Logos Images
Food 769 54,507
Clothes 286 20,413
Institution 238 17,103
Accessories 210 14,569
Transportation 203 14,719
Electronic 191 13,972
Necessities 182 13,205
Cosmetic 115 7,929
Leisure 99 7,338
Medical 48 3,385
Total 2,341 167,140

Download links

Baidu Drive link: https://pan.baidu.com/s/1L_9JROsWSQEAznNiy-wTBQ password: 945w

Google Drive link: https://drive.google.com/open?id=1PTA24UTZcsnzXPN1gmV0_lRg3lMHqwp6

DRNA-Net

This is a PyTorch implementation of the AAAI2020 paper "Logo-2K+: A Large-Scale Logo Dataset for Scalable Logo Classification".

Requirements

  • Python >= 3
  • PyTorch >= 0.4 Install PyTorch >=0.4 with GPU (code are GPU-only), refer to official website
  • Install cupy, you can install via pip install cupy-cuda80 or(cupy-cuda90,cupy-cuda91, etc).
  • Install other dependencies: pip install -r requirements.txt

Datasets

Download the Logo-2K+(https://github.com/msn199959/Logo-2k-plus-Dataset) datasets and put it in the root directory. You can also try other classification datasets.

Training on Logo-2K+ dataset:

Download the training, testing data. Since the program loading the data in drna_master/data by default, you can set the data path as following.

  • cd drna_master
  • mkdir data
  • cd data
  • ln -s $ dataset path

Then you can set some hyper-parameters in drna_master/config.py. If you want to train the DRNA-Net, just run python train.py. During training, the log file and checkpoint file will be saved in save_dir directory.

Test the model

If you want to test the DRNA-Net, just run python test.py. You need to specify the test_model in config.py to choose the checkpoint model for testing.

Reference

If you are interested in our work and want to cite it, please acknowledge the following paper:

@inproceedings{Wang2020Logo2K,
author={Jing Wang, and Weiqing Min, and Sujuan Hou, and Shengnan Ma, and Yuanjie Zheng, and Haishuai Wang, and Shuqiang Jiang},
booktitle={AAAI Conference on Artificial Intelligence. Accepted},
title={{Logo-2K+:} A Large-Scale Logo Dataset for Scalable Logo Classification},
year={2020}
}

logo-2k-plus-dataset's People

Contributors

msn199959 avatar

Watchers

James Cloos avatar  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.