- Modified numpy/pycocotools requirements to work with EfficientDet. - Added sha256, is_crowd and area features to TFRecords format to work with EfficientDet. - Fixed bug where full set of TFRecord shard files wasn't being generated.
0.3.5
------------------
- Added InputChain and OutputChain classes, encapsulating the stages of input and output respectively. - Modified parsing so that users can create "main-like" CLI interfaces. - Bug fixes.
0.3.4
------------------
- Updated requirement for wai.common to v0.0.31. - Updated requirement for wai.bynning to v0.0.2.
0.3.3
------------------
- Added support for BMP-format images. - Added ``--convert-image`` option to convert images to a given image-format.
0.3.2
------------------
- Added ``--split-names`` and ``--split-ratios`` options for creating splits in the dataset. - Added ``--seed`` option for randomising file-read order.
0.3.1
------------------
- Bug fix where plugin registry was being recreated every run. - Bug fix where previous registry incarnation was being loaded instead of new version.