Giter Site home page Giter Site logo

chainercv's Introduction

travis

ChainerCV: a Library for Deep Learning in Computer Vision

ChainerCV is a collection of tools to train and run neural networks for computer vision tasks using Chainer.

You can find the documentation here.

Supported tasks:

Guiding Principles

ChainerCV is developed under the following three guiding principles.

  • Ease of Use -- Implementations of computer vision networks with a cohesive and simple interface.
  • Reproducibility -- Training scripts that are perfect for being used as reference implementations.
  • Compositionality -- Tools such as data loaders and evaluation scripts that have common API.

Installation

$ pip install -U numpy
$ pip install chainercv

The instruction on installation using Anaconda is here (recommended).

Requirements

  • Chainer and its dependencies
  • Pillow
  • Cython (Build requirements)

For additional features

  • Matplotlib
  • OpenCV

Environments under Python 2.7.12 and 3.6.0 are tested.

  • The master branch is designed to work on Chainer v3 (the stable version) and v4 (the development version).
  • The following branches are kept for the previous version of Chainer. Note that these branches are unmaintained.
    • 0.4.11 (for Chainer v1). It can be installed by pip install chainercv==0.4.11.
    • 0.7 (for Chainer v2). It can be installed by pip install chainercv==0.7.

Data Conventions

  • Image
    • The order of color channel is RGB.
    • Shape is CHW (i.e. (channel, height, width)).
    • The range of values is [0, 255].
    • Size is represented by row-column order (i.e. (height, width)).
  • Bounding Boxes
    • Shape is (R, 4).
    • Coordinates are ordered as (y_min, x_min, y_max, x_max). The order is the opposite of OpenCV.
  • Semantic Segmentation Image
    • Shape is (height, weight).
    • The value is class id, which is in range [0, n_class - 1].

Sample Visualization

Example are outputs of detection models supported by ChainerCV These are the outputs of the detection models supported by ChainerCV.

Citation

If ChainerCV helps your research, please cite the paper for ACM Multimedia Open Source Software Competition. Here is a BibTeX entry:

@inproceedings{ChainerCV2017,
    author = {Niitani, Yusuke and Ogawa, Toru and Saito, Shunta and Saito, Masaki},
    title = {ChainerCV: a Library for Deep Learning in Computer Vision},
    booktitle = {ACM Multimedia},
    year = {2017},
}

The preprint can be found in arXiv: https://arxiv.org/abs/1708.08169

chainercv's People

Contributors

yuyu2172 avatar hakuyume avatar mitmul avatar kkebo avatar rezoo avatar akitotakeki avatar knorth55 avatar peisuke avatar mannykayy avatar tkerola avatar zori avatar koki0702 avatar

Watchers

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