GithubHelp home page GithubHelp logo

chainer-gtsrb's Introduction

chainer-GTSRB

Traffic sign classification on GTSRB dataset using Chainer. The model closely follows this paper.

Setup

If you want to get going fast, just do cd tools; source deploy.sh $DATA_PATH to get everything done. If you need to tweak any of the data processing steps, follow below.

Download data

$ python tools/setup_dataset.py -o $DATA_PATH

where $DATA_PATH is the path where you would like to download the data files to. The directory will be created if it doesn't already exist. You can specify the URL using the optional -i flag.

Preprocess data

Please move into the tools directory before running these scripts.

$ cd tools
$ python oversampler.py
$ python make_annotations.py
$ python generate_means.py

Training & Detection

$ python train.py --output /path/to/output --epoch <n> --gpu 0

followed by

$ python detect.py

chainer-gtsrb's People

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.