This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
v0.24.0
Features / Refactoring
- Remove unused inheritance (#1054) by @primenumber
- Added "data_dir" and "output_dir" options to the command. (#1049) by @odoku
- Support import of Sub operator (#941) by @nlpng
- Kernel Initializer issue (#364) by @ananno
- Update default config for BDD100K dataset (#754) by @ananno
- Added resample option to resize processors. (#1060) by @odoku
- Added test_image option to convert command. (#1056) by @odoku
- Processing has been optimized and speed has been improved. (#1068) by @odoku
- Refactor cpp code (#1071) by @lm-noshiro
- Change colormap scope (#1034) by @kchygoe
- Use time.time/time.perf_counter instead of time.clock for demo scripts by @hadusam
- TF2.0 support changes #1073 #1074 #1075 #1067 #1077 #1064 #1069 by @ytfksw
Bug Fixes
- Missing outputs of input placeholder (#1045) by @nlpng
- Fix checking pad (#1085) by @primenumber
- Fix bug without cache (#1048) by @tk26eng