This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
v0.29.0
Features and Refactoring
- Replace EasyDict to SmartDict (#1220) by @iizukak
- Remove output_event.py (#1219) by @iizukak
- Consider that 'Reshape' won't preserve quantization (#1217) by @primenumber
- Support evaluation with GCS I/O (#1206) by @hadusam
- Avoid ValueError for TFDS with BBox on the last pixel (#1209) by @hadusam
- rewrite error comparing (#1214) @lm-kajihara
- Adding
--gpu={gpu index}
flag to docker option in tutorials. (#1212) by @ananno - Enable to save pretrain_vars.txt to GCS (#1197) by @hadusam
- change python to python3 in usage docs (#1202) by @joelN123
- Add blueoil.io module for I/O with GCS support (#1204) by @hadusam
- change the option name in export documentation to "image" (#1203) by @joelN123
- Update converter test to PY3 and drop py2 functions (#1154) by @kchygoe
- Remove xenial from test pipelines (#1198) by @kchygoe
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