We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64db600 commit d3e7c1aCopy full SHA for d3e7c1a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [1.0.13] - 2022-07-13
2
+### Changed
3
+- Included `augment_annotation` bool option to all `mltu.augmentors` to be able to choose whether to augment annotation or not
4
+- Changed `mltu.augmentors.RandomRotate` to have `@staticmethod` of `rotate_image` to be able to use it without creating object
5
+
6
7
## [1.0.12] - 2022-06-08
8
### Changed
9
- Moved `onnx` and `tf2onnx` import inside `mltu.tensorflow.callbacks.Model2onnx` to avoid import errors when not using this callback
mltu/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.0.12"
+__version__ = "1.0.13"
from .annotations.images import Image
from .annotations.images import CVImage
0 commit comments