This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
v0.22.0
Major features
Features / Refactoring
- Apply tf_upgrade_v2 (#914) by @ytfksw
- Apply tf_upgrade_v2 (#916) by @ytfksw
- Add Comment (#925) by @primenumber
- Add make commands (#922) by @kchygoe
- Include the tests directory to flake8 targets (#932) by @tfujiwar
- Update flake8 and fixed lint (#923) by @kchygoe
- Add time measurement flag to all elf binaries in Makefile (#928) by @tk26eng
- Raise a FileNotFoundError when any config file does not exists (#943) by @tfujiwar
- Report error and abort if channel size unmatch in ConcatOnDepth (#950) by @primenumber
- Rename QTZ_linear_mid_tread_half (#670) by @Joeper214
- Improve readability of the predict script (#942) by @tfujiwar
- Add divide 255 pre processor test (#845) by @Joeper214
- Remove a dataset subset type "train_validation_saving" (#948) by @tfujiwar
- Remove graph output logic from training loop (#947) by @tfujiwar
- Delete cmake dependency (#936) by @tk26eng
- Update tfds version to 1.3.0 (#956) by @tfujiwar
- Remove a memset function (#957) by @tk26eng
- Set yaml default Loader (#958) by @Joeper214
- Add device inference test to e2e tests (#872) by @hadusam
- Remove metrics placeholder from training loop (#959) by @tfujiwar
- unpacking debug file for quantized tensor (#934) by @primenumber
- Add _save_json unit test for profile model (#952) by @Joeper214
- Avoid to use static constexpr member in C++14 (#951) by @primenumber
- Apply tfds pre processor (#846) by @kurarrr
- Update version of Pillow library to fix security problem (#970) by @tk26eng
Bug Fixes
- Fix debug (#918) by @primenumber
- Fix very small comment typo (#926) by @oatawa1
- Fix run.py time measurement log output (#930) by @kchygoe
- Fix threshold skipping if flg = -1 (#917) by @primenumber
- Fix comparison order in generationg thresholds (#912) by @primenumber
- Fix checkpoint loader to use GFile (#938) by @kchygoe
- Fix comment typo in inin.py in blueoil/blueoil/quantizations (#944) by @oatawa1
- Fix softmax to avoid overflow (#945) by @primenumber
- Fix typo on darknet.py and lm_fyolo.py (#963) by @oatawa1
- Fix condition for threshold-skipping (#919) by @primenumber
- Fix arg name in comment quantize to quantizer (#967) by @oatawa1