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:
ChainerCV is developed under the following three guiding principles.
$ pip install -U numpy
$ pip install chainercv
The instruction on installation using Anaconda is here (recommended).
For additional features
Environments under Python 2.7.12 and 3.6.0 are tested.
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
.0.8
(for Chainer v3). It can be installed by pip install chainercv==0.8
.0.10
(for Chainer v4). It can be installed by pip install chainercv==0.10
.0.12
(for Chainer v5). It can be installed by pip install chainercv==0.12
.0.13
(for Chainer v6). It can be installed by pip install chainercv==0.13
.(channel, height, width)
).[0, 255]
.(height, width)
).(R, 4)
.(y_min, x_min, y_max, x_max)
. The order is the opposite of OpenCV.(height, width)
.[0, n_class - 1]
.
These are the outputs of the detection models supported by ChainerCV.
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