This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
v0.23.0
Features / Refactoring
- Remove an argument
type
from all__getitem__
method (#973) by @tfujiwar - Refactor for consistency in blueoil/networks directory (#974) by @oatawa1
- Add a simple network as a supplementary source code for how to quantize document. (#966) by @oatawa1
- Remove SSDRandomCrop augmentation from classification task tutorial. (#978) by @oatawa1
- Add init.py to the missing locations. (#994) by @oatawa1
- Change condition to show an warning from generate_project.py (#982) by @tk26eng
- Remove some code from time measurement (#986) by @tk26eng
- Include converter in pep8 coverage (#988) by @tfujiwar
- Create auto generate Python API document for
blueoil/
directory. (#995) by @oatawa1 - support TFDS format for segmentation (#1005) by @hadusam
- Add table support in markdown (.md) file (#1004) by @oatawa1
- change available_subsets as a class variable (#1008) by @hadusam
- Move global_step to network (#999) by @tfujiwar
- Clean Up Makefile of Runtime (#1013) by @tk26eng
- Remove "network" and "dataset" args from train end evaluate command (#1012) by @tfujiwar
- Remove _init_flag from environment module (#1009) by @tfujiwar
- Remove unused global variables in environment module (#1010) by @tfujiwar
- Remove first result from measurement (#1019) by @tk26eng
- Update python patch version and setup.cfg (#1024) by @kchygoe
- Install liblzma-dev in docker image (#1023) by @tfujiwar
- Replace deprecated
np.asscalar()
withnp.ndarray.item()
(#1022) by @tfujiwar - Apply tf_upgrade_v2 for quantizations (#915) by @ytfksw
- Remove deprecated properties from dataset class (#1025) by @yd8534976
- Optimize binary operation (#1027) by @primenumber
- Add PerImageStandardization compatibility in (C++ inference) runtime #1031 by @oatawa1
- Add missing C++ runtime unit test (#1037) by @oatawa1
- Modify unused part (#1040) by @tk26eng
- Delete test directory (#1041) by @tk26eng
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