Download Latest Version v0.13.1.zip (2.1 MB)
Email in envelope

Get an email when there's a new version of ChainerCV

Home / v0.13.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2019-05-31 9.6 kB
v0.13.0.tar.gz 2019-05-31 1.8 MB
v0.13.0.zip 2019-05-31 2.1 MB
Totals: 3 Items   3.9 MB 0

This release only supports Chainer v6 and not Chainer v5. For those users using Chainer v5, please update the version of Chainer or use ChainerCV v0.13.

Features - add MaskRCNN #781 - DeepLabV3+ #757 (Thank you 69guitar1015)

No Compat Changes

  • FPN related implementation changed (e.g. head.py is renamed to bbox_head.py) #781
  • When chainercv.global_config.cv_read_image_backend == 'cv2', ChainerCV is changed to raise error when cv2 is not installed. #852
  • Point data format has changed from (K, 2) to [(K, 2)]
  • change interface of point/transforms #808
  • Change interface of vis_point #809
  • Requires name as key for SlicableDataset #833

New CI

We upgraded our CI to pfnCI (PFN’s in-house CI system). Now GPU tests and example tests run (related) - pfnCI (pytests) #823 - pfnCI (examples tests) #842 - Enable model cache in pfnCI #882 - pfnCI on CuPy repository #865 - pfnCI on Chainer repository #854 - Include dockerfile for PFN CI and add tests with chainer master #848

Enhancements

Source: README.md, updated 2019-05-31