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

Releases: blue-oil/blueoil

v0.30.0

07 Dec 01:58
fa87094
Compare
Choose a tag to compare

Bug Fixes and Refactoring

Documentation

v0.29.0

28 Sep 07:34
b93fe11
Compare
Choose a tag to compare

Features and Refactoring

Bug Fixes

  • Fix confitions not to use tfds_pre_processor and tfds_augumentor (#1207) by @hadusam
  • fix : Change time.clock to time.perf_counter (#1191) by @lm-kasuga

Documentation

v0.28.0

03 Sep 05:23
29cdb48
Compare
Choose a tag to compare

Features / Refactoring

Bug Fixes

  • Fix argument order for Resize function (#1159) by @tk26eng
  • Fix absl-py version to 0.8.1 (#1168) by @oatawa1
  • Fix shapes and available_subset of FER2013 loader (#1177) by @Suikaba
  • Fix an error of runtime with no bounding box of object detection (#1163) by @tk26eng
  • Fix MAX_STEPS = 0 error by add suggestion and exit (#1195) by @oatawa1

Documentation

v0.27.0

04 Aug 01:42
aad4ea8
Compare
Choose a tag to compare

Features and Refactoring

v0.26.0

20 Jul 04:51
1520176
Compare
Choose a tag to compare

Features / Refactoring

Bug Fixes

Documentation

v0.25.0

29 Jun 00:08
658b225
Compare
Choose a tag to compare

Features / Refactoring

Documentation

v0.24.0

12 Jun 03:05
ee123ec
Compare
Choose a tag to compare

Features / Refactoring

Bug Fixes

Documentation

  • Update PYTHONPATH for main.py in document (#1050) by @oatawa1
  • Remove YouTube Faces format from keypoint detection tutorial. (#1082) by @oatawa1

v0.23.0

22 May 01:47
f43668f
Compare
Choose a tag to compare

Features / Refactoring

Bug Fixes

  • Fixed pep8 errors "F405" in converter (#981) by @tfujiwar
  • Fixed pep8 errors "F841" in converter (#984) by @tfujiwar
  • Fixed pep8 errors "F401" in converter (#983) by @tfujiwar
  • Fix pep8 errors about formatting (#985) by @tfujiwar
  • Fix Blueoil init in the case of no validation dataset(#976) by @oatawa1
  • Fixed pep8 errors about exceptions (#987) by @tfujiwar
  • Remove validation dataset path from object detection tutorial document (#977) by @oatawa1
  • Remove error from make html doc and update converter doc using Sphinx-apidoc (#989) by @oatawa1
  • Fix a stability about multiple measurements (#1001) by @tk26eng

Documentation

  • How to quantize document (#955) by @oatawa1
  • Move support ops to the end of converter document part (#1016) by @oatawa1
  • Update documents to follow latest Makefile (#1015) by @tk26eng
  • Add specification to blueoil document index. (#1014) by @oatawa1
  • Add Network specification and update network code structure. (#1000) by @oatawa1
  • Fix image_keypoint_detection tutorial document typo (#1032) by @oatawa1
  • Update (C++ inference) runtime documents (#1030) by @oatawa1
  • Add documentation about png input in C++ runtime (#1038) by @oatawa1

v0.22.0

10 Apr 13:01
a763e79
Compare
Choose a tag to compare

Major features

  • Add Converter (DLK) limitation to blueoil (#920) by @oatawa1

Features / Refactoring

Bug Fixes

Documentation

v0.21.0

13 Mar 01:26
65e6063
Compare
Choose a tag to compare

Features / Refactoring

Bug Fixes

Documentation

  • Remove unused DLK readme files (#878) by @Joeper214
  • Move lmnet/README.md to docs/usage and split it into each subcommand #893 by @tfujiwar
  • Update DLK -> Converter docs (#896) by @Joeper214
  • Update blueoil tutorial document to match blueoil r 0.20 (#903) by @oatawa1

CI

  • Add docker build step at the beginning of all CI pipeline (#905) by @tfujiwar