Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Note pretrained models' license #631

Merged
merged 5 commits into from
Jun 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ChainerCV is a **deep learning based computer vision library** built on top of `
install
tutorial/index
reference/index
license


Indices and tables
Expand Down
46 changes: 46 additions & 0 deletions docs/source/license.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
*******
License
*******

Source Code
~~~~~~~~~~~

The source code of ChainerCV is licensed under `MIT-License <https://github.com/chainer/chainercv/blob/master/LICENSE>`_.

Pretrained Models
~~~~~~~~~~~~~~~~~

Pretrained models provided by ChainerCV are benefited from the following resources.
See the following resources for the terms of use of a model with weights pretrained by any of such resources.

.. list-table::
:header-rows: 1

* - model
- resource
* - ResNet50/101/152 (:obj:`imagenet`)
- * `ResNet50/101/152 (trained on ImageNet) <https://github.com/KaimingHe/deep-residual-networks#models>`_
* - VGG16 (:obj:`imagenet`)
- * `VGG-16 (trained on ImageNet) <http://www.robots.ox.ac.uk/%7Evgg/research/very_deep/>`_
* - FasterRCNNVGG16 (:obj:`imagenet`)
- * `VGG-16 (trained on ImageNet) <http://www.robots.ox.ac.uk/%7Evgg/research/very_deep/>`_
* - FasterRCNNVGG16 (:obj:`voc07`/:obj:`voc0712`)
- * `VGG-16 (trained on ImageNet) <http://www.robots.ox.ac.uk/%7Evgg/research/very_deep/>`_
* `PASCAL VOC <http://host.robots.ox.ac.uk/pascal/VOC/>`_
* - SSD300/SSD512 (:obj:`imagenet`)
- * `VGG-16 (trained on ImageNet, FC reduced) <https://github.com/weiliu89/caffe/tree/ssd#preparation>`_
* - SSD300/SSD512 (:obj:`voc0712`)
- * `SSD300/SSD512 (trained on PASCAL VOC 2007 and 2012) <https://github.com/weiliu89/caffe/tree/ssd#models>`_
* - YOLOv2 (:obj:`voc0712`)
- * `Darknet19 (trained on ImageNet) <https://pjreddie.com/darknet/yolov2/#train-voc>`_
* `PASCAL VOC <http://host.robots.ox.ac.uk/pascal/VOC/>`_
* - YOLOv3 (:obj:`voc0712`)
- * `Darknet53 (trained on ImageNet) <https://pjreddie.com/darknet/yolo/#train-voc>`_
* `PASCAL VOC <http://host.robots.ox.ac.uk/pascal/VOC/>`_
* - PSPNetResNet101 (:obj:`cityscapes`)
- * `PSPNet101 (trained on Cityscapes) <https://github.com/hszhao/PSPNet#usage>`_
* - SegNetBasic (:obj:`camvid`)
- * `CamVid <https://github.com/alexgkendall/SegNet-Tutorial/>`_
* - FCISResNet101 (:obj:`sbd`)
- * `ResNet101 (trained on ImageNet) <https://github.com/KaimingHe/deep-residual-networks#models>`_
* `SBD <http://home.bharathh.info/pubs/codes/SBD/download.html>`_