Giter Site home page Giter Site logo

jms0923 / tada Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 485 KB

๐Ÿš› TrAsh DAtaset based on Korea Ministry of Environment guidelines

License: MIT License

Python 100.00%
deep-learning trash litter garbage dataset tada yolov3 ssd cascade-rcnn

tada's Introduction

TADA is large-scale high-resolution trash datasets for solving trash-detection problems. It was intended for general household goods. And dataset was classified based on guidelines for separating and discharging recyclables from the Ministry of Environment. There were 10 categories, and 33,434 objects were annotated for 4977 images with 1280 x 720 resolution.

For convenience, annotations are provided in COCO data format. If you want to know about more detail Data format reference COCO data format

Models

AP performance by Category of each model

Model mAP Config Checkpoint
SSD 0.310 Download Download
YOLO v3 0.445 Download Download
Cascade RCNN 0.432 Download Download

Getting started

  1. Install mmdetection

    This implementation is based on mmdetection. Please refer to INSTALL.md for installation and dataset preparation.

  2. Copy the codes to mmdetection directory

    cp -r configs/ ${MMDETECTION_PATH}/
  3. Prepare data

    Download from DOI

    The directories should be arranged like this:

    >   mmdetection
    >     โ”œโ”€โ”€ mmdet
    >     โ”œโ”€โ”€ tools
    >     โ”œโ”€โ”€ configs
    >     โ”œโ”€โ”€ data
    >     โ”‚   โ”œโ”€โ”€ coco
    >     โ”‚   โ”‚   โ”œโ”€โ”€ annotations
    >     โ”‚   โ”‚   โ”œโ”€โ”€ train2017
    >     โ”‚   โ”‚   โ”œโ”€โ”€ val2017
    >     โ”‚   โ”‚   โ”œโ”€โ”€ test2017
    
  4. Train with GPUs

    CONFIG_FILE=configs/ ${CONFIG_FILE}
    ./ tools/dist_train.py ${CONFIG_FILE} ${NUM_GPUs}
  5. Calculate parameters and flops

     python tools/get_flops.py ${CONFIG_FILE} --shape $SIZE $SIZE
  6. Test

    python tools/test.py ${CONFIG_FILE} ${CHECKPOINT_FILE} --out  ${OUTPUT_FILE} --eval bbox

More usages can reference mmdetection documentation.

TODO

  • Release pre-train models.
  • Update our arxiv paper.

Citation

If you find our research useful, please cite the paper:

@inproceedings{sun2018fishnet,
  title={Large-Scale High-Resolution Dataset for Trash Detection},
  author={Min-Seok Jo, Seong-Soo Han, Chang-Sung Jeong},
  booktitle={},
  pages={--},
  year={2021}
}

Contact

You can contact MinSeok Jo by sending email to [email protected]


inference results


tada's People

Contributors

jms0923 avatar

Watchers

 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.