james77777778 / keras-aug

A library that includes Keras 3 preprocessing and augmentation layers, providing support for various data types such as images, labels, bounding boxes, segmentation masks, and more.
Apache License 2.0
16 stars 0 forks source link

Allow dense bounding boxes #81

Closed james77777778 closed 1 year ago

james77777778 commented 1 year ago

Fixes #78

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 94.91% and project coverage change: +0.03 :tada:

Comparison is base (50c982f) 88.71% compared to head (c48143c) 88.75%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #81 +/- ## ========================================== + Coverage 88.71% 88.75% +0.03% ========================================== Files 54 54 Lines 3784 3823 +39 ========================================== + Hits 3357 3393 +36 - Misses 427 430 +3 ``` | [Impacted Files](https://app.codecov.io/gh/james77777778/keras-aug/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | Coverage Δ | | |---|---|---| | [...ers/preprocessing/utility/sanitize\_bounding\_box.py](https://app.codecov.io/gh/james77777778/keras-aug/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu#diff-a2VyYXNfYXVnL2xheWVycy9wcmVwcm9jZXNzaW5nL3V0aWxpdHkvc2FuaXRpemVfYm91bmRpbmdfYm94LnB5) | `91.66% <81.25%> (-8.34%)` | :arrow_down: | | [keras\_aug/layers/augmentation/auto/rand\_augment.py](https://app.codecov.io/gh/james77777778/keras-aug/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu#diff-a2VyYXNfYXVnL2xheWVycy9hdWdtZW50YXRpb24vYXV0by9yYW5kX2F1Z21lbnQucHk=) | `100.00% <100.00%> (ø)` | | | [...g/layers/augmentation/auto/trivial\_augment\_wide.py](https://app.codecov.io/gh/james77777778/keras-aug/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu#diff-a2VyYXNfYXVnL2xheWVycy9hdWdtZW50YXRpb24vYXV0by90cml2aWFsX2F1Z21lbnRfd2lkZS5weQ==) | `90.98% <100.00%> (+0.63%)` | :arrow_up: | | [...as\_aug/layers/augmentation/utility/random\_apply.py](https://app.codecov.io/gh/james77777778/keras-aug/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu#diff-a2VyYXNfYXVnL2xheWVycy9hdWdtZW50YXRpb24vdXRpbGl0eS9yYW5kb21fYXBwbHkucHk=) | `81.08% <100.00%> (+2.29%)` | :arrow_up: | | [...s\_aug/layers/augmentation/utility/random\_choice.py](https://app.codecov.io/gh/james77777778/keras-aug/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu#diff-a2VyYXNfYXVnL2xheWVycy9hdWdtZW50YXRpb24vdXRpbGl0eS9yYW5kb21fY2hvaWNlLnB5) | `90.90% <100.00%> (+1.05%)` | :arrow_up: | | [...as\_aug/layers/base/vectorized\_base\_random\_layer.py](https://app.codecov.io/gh/james77777778/keras-aug/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu#diff-a2VyYXNfYXVnL2xheWVycy9iYXNlL3ZlY3Rvcml6ZWRfYmFzZV9yYW5kb21fbGF5ZXIucHk=) | `88.48% <100.00%> (+0.14%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.