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

Add `ToDType` and fix bugs in `RandAugment` and `TrivialAugmentWide` #136

Closed james77777778 closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 91.66667% with 5 lines in your changes missing coverage. Please review.

Project coverage is 84.76%. Comparing base (c9969c4) to head (95f4d30).

Files Patch % Lines
keras_aug/_src/layers/vision/to_dtype.py 87.09% 4 Missing :warning:
keras_aug/_src/ops/image.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #136 +/- ## ========================================== + Coverage 84.45% 84.76% +0.30% ========================================== Files 44 45 +1 Lines 3814 3865 +51 ========================================== + Hits 3221 3276 +55 + Misses 593 589 -4 ``` | [Flag](https://app.codecov.io/gh/james77777778/keras-aug/pull/136/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | Coverage Δ | | |---|---|---| | [keras-aug](https://app.codecov.io/gh/james77777778/keras-aug/pull/136/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `84.76% <91.66%> (+0.30%)` | :arrow_up: | | [keras-aug-jax](https://app.codecov.io/gh/james77777778/keras-aug/pull/136/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `?` | | | [keras-aug-tensorflow](https://app.codecov.io/gh/james77777778/keras-aug/pull/136/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `83.67% <88.33%> (+0.37%)` | :arrow_up: | | [keras-aug-torch](https://app.codecov.io/gh/james77777778/keras-aug/pull/136/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `84.63% <85.00%> (+0.31%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.