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

v0.6.0

Compare
Choose a tag to compare
@yuyu2172 yuyu2172 released this 13 Jul 01:34
· 3111 commits to master since this release

Annoncements
ChainerCV changed CI to test both on Chainer v2 and Chainer v3 (alpha).
Since there are users that use development version and stable version of Chainer, ChainerCV will try to support both versions of Chainer as much as possible.
The priority is on stable version of Chainer, and ChainerCV will be made sure to always work on the stable version.
The development version will be supported while it is possible to support the two versions simultaneously. This means that CI tests will run with the development version and the stable version.
In ChainerCV, new features added to Chainer will not be used. If a new feature is necessary, the relevant part can be copied to ChainerCV temporarily. In this case, the code will be deleted once the development version is released.

Major Improvements

  • Add training code of SSD #206

API Change

  • Add training code of SSD #206
  • Change eval_detection_voc_ap to eval_detection_voc #277
  • Delete eval_pck #276
  • Change eval_semantic_segmentation_iou to eval_semantic_segmentation #275
  • Directory structure of extensions has changed #238

New features

  • Add SemanticSegmentationEvaluator #238
  • Add download_model #260
  • Add crop_bbox #291

Implemented enhancements:

  • Improve setup.py to work on a machine without numpy or cython #327
  • Import cupy as cp #316
  • Stop raising a warning when resize is not used #307
  • Support (C, 1, 1) for fill argument #306
  • Add version to chainercv.__init__.py #301
  • Improve caffe2npz in example/ssd #263
  • Improve CubDataset #259
  • Add cub_label_names #253
  • Redirect to doc on stable version from README #302
  • Notify users about evaluation code #299
  • bottom left, top right -> top left, bottom right #294
  • Show dialog before download #287
  • Add tests for VOCDetectionDataset #177
  • Add assert_is_*_link #285
  • Add assertions #278
  • Mark TransformDataset as deprecated (#335)
  • remove ConcatenatedDataset (#331)
  • Travis CI for development version (#330)

Fixed bugs:

  • Fix a bug in Faster R-CNN #266
  • fix zero division #322
  • Fix clip in Faster RCNN's predict #319
  • Stop declaring transform inside main #311
  • Use autoclass for datasets doc #308
  • Fix test_assert_is_detection_link to always raise assert error #304
  • Update documentation version #288
  • prevent duration = 0.0 and divding by zero #284 (@sitifukujin thanks!)
  • Fix a typo in the yml files. #282 (@zori thanks!)
  • Fix error message for ten_crop #280
  • Fix a bug in scale #279
  • Fix pip version in README #270
  • ChainerV2 calls trigger outside of snapshot object #272 (@MannyKayy thanks!)