File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- ## [ 1.0.13 ] - 2022-07-13
1+ ## [ 1.0.14 ] - 2022-07-13
22### Changed
33- Included ` augment_annotation ` bool option to all ` mltu.augmentors ` to be able to choose whether to augment annotation or not
44- Changed ` mltu.augmentors.RandomRotate ` to have ` @staticmethod ` of ` rotate_image ` to be able to use it without creating object
77- Added ` batch_postprocessor ` option to ` mltu.dataProvider.DataProvider ` to be able to postprocess batch after augmentation
88
99
10+ ## [ 1.0.13] - 2022-07-13
11+ - Removed because of bad build
12+
13+
1014## [ 1.0.12] - 2022-06-08
1115### Changed
1216- Moved ` onnx ` and ` tf2onnx ` import inside ` mltu.tensorflow.callbacks.Model2onnx ` to avoid import errors when not using this callback
Original file line number Diff line number Diff line change 1- __version__ = "1.0.13 "
1+ __version__ = "1.0.14 "
22
33from .annotations .images import Image
44from .annotations .images import CVImage
You can’t perform that action at this time.
0 commit comments