This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
v0.28.0
Features / Refactoring
- Add unittest CI environment for inference scripts (output_template) #1155 by @hadusam
- Add unit test for PASCALVOC Dataset Loader classes (#1166) by @oatawa1
- Add dataset loader for FER2013 format (#1172) by @Suikaba
- Change offsetVolume function (#1165) by @tk26eng
- Enable coverage report in unit tests (#1175) by @tfujiwar
- Add export network trainable variables (PRETRAIN_VARS) to experiment dir #1179 by @oatawa1
- Update the link to the latest OS image (#1182) by @Suikaba
- Add explanations about serial communication (#1183) by @lm-kasuga
- Remove the unnecessary subset argument (#1186) by @Suikaba
- Add a config file for FER2013 (#1185) @Suikaba
- Lookup without DivideBy255 (#1161) by @primenumber
- Use g++-8 to keep consistency in each architecture (#1190) by @hadusam
- Fix mypy errors: converter/core/operators.py (#1146) by @tfujiwar
- Python3 support of motion_jpeg_server_from_camera.py (#1156) by @hadusam
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
- Fix missing link in document (#1187) by @oatawa1
- Fix document typo (#1180) by @lm-kasuga