Releases: james77777778/keras-aug
Releases · james77777778/keras-aug
v0.5.2
What's Changed
- Update README by @james77777778 in #50
- Update README.md by @james77777778 in #51
- Add
tf.ensure_shape
by @james77777778 in #55 - Fix RandAugment by @james77777778 in #57
- Add segmentation masks support to many layers by @james77777778 in #62
- Fix mixed precision support for all layers by @james77777778 in #64
- Replace flake8 and isort with ruff by @james77777778 in #66
- Fix unit test and add SanitizeBoundingBox layer by @james77777778 in #67
- Add
tf.ensure_shape
to RandomAffine, RandomRotate, AugMix by @james77777778 in #69 - Release v0.5.2 by @james77777778 in #71
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Update README.md by @james77777778 in #34
- Fix wheel by @james77777778 in #35
- Update by @james77777778 in #36
- Update RandomAffine and Mosaic by @james77777778 in #41
- Add sanitize_bounding_boxes by @james77777778 in #45
- Fix sanitize_bounding_box, add YOLOV8 pipeline by @james77777778 in #46
- Fix utility by @james77777778 in #47
- Update docs by @james77777778 in #48
- Update README by @james77777778 in #49
Full Changelog: v0.5.0...v0.5.1
v0.5.0
KerasAug First Release
Please refer to https://github.com/james77777778/keras-aug and https://kerasaug.readthedocs.io/en/latest/ for more details.
What's Changed
- Add GitHub workflow by @james77777778 in #3
- Update devcontainer by @james77777778 in #4
- Add RandomZoomAndCrop by @james77777778 in #5
- Add RandomGridMask by @james77777778 in #6
- Add CutMix by @james77777778 in #7
- Refactor repo structure by @james77777778 in #11
- Fix readthedocs by @james77777778 in #12
- Speed up RandomColorJitter, AutoContrast, Equalize, RandomFlip, Mixup, CutMix, RandomGridMask by @james77777778 in #13
- Fix Dockerfile by @james77777778 in #14
- Add benchmarks by @james77777778 in #15
- Refactor resize by @james77777778 in #16
- Add RandomChoice by @james77777778 in #17
- Add RandomResize by @james77777778 in #18
- Improve RandomCLAHE by @james77777778 in #19
- Add RepeatedAugment by @james77777778 in #20
- Add Codecov by @james77777778 in #21
- Update base layer by @james77777778 in #22
- Add AugMix by @james77777778 in #23
- Update GPU benchmark by @james77777778 in #24
- Update KerasCV version by @james77777778 in #25
- Improve examples by @james77777778 in #26
- Update docs by @james77777778 in #27
- Fix devcontainer by @james77777778 in #28
- Add TrivialAugmentWide, update RandAugment by @james77777778 in #29
- Update docstrings by @james77777778 in #30
- Update README.md by @james77777778 in #31
- Add readthedocs by @james77777778 in #32
- Fix release by @james77777778 in #33
New Contributors
- @james77777778 made their first contribution in #3
Full Changelog: https://github.com/james77777778/keras-aug/commits/v0.5.0