Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add random_color_degeneration processing layer #20679

Merged
merged 3 commits into from
Dec 25, 2024

Conversation

shashaka
Copy link
Contributor

@shashaka shashaka commented Dec 23, 2024

I have implemented the RandomColorJitter image processing feature. Please let me know if any further corrections or improvements are required.

here is my gist

@codecov-commenter
Copy link

codecov-commenter commented Dec 23, 2024

Codecov Report

Attention: Patch coverage is 79.31034% with 12 lines in your changes missing coverage. Please review.

Project coverage is 81.97%. Comparing base (3dd958b) to head (63b48be).

Files with missing lines Patch % Lines
...g/image_preprocessing/random_color_degeneration.py 78.18% 7 Missing and 5 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #20679      +/-   ##
==========================================
- Coverage   81.97%   81.97%   -0.01%     
==========================================
  Files         544      545       +1     
  Lines       50751    50809      +58     
  Branches     7851     7858       +7     
==========================================
+ Hits        41604    41650      +46     
- Misses       7252     7259       +7     
- Partials     1895     1900       +5     
Flag Coverage Δ
keras 81.80% <79.31%> (-0.01%) ⬇️
keras-jax 63.96% <79.31%> (+0.01%) ⬆️
keras-numpy 58.88% <72.41%> (+0.01%) ⬆️
keras-openvino 29.94% <31.03%> (+<0.01%) ⬆️
keras-tensorflow 64.71% <79.31%> (+0.01%) ⬆️
keras-torch 63.81% <79.31%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@fchollet fchollet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM -- thanks for the contribution!

@google-ml-butler google-ml-butler bot added kokoro:force-run ready to pull Ready to be merged into the codebase labels Dec 24, 2024
@fchollet fchollet merged commit f54c127 into keras-team:master Dec 25, 2024
10 checks passed
@google-ml-butler google-ml-butler bot removed the ready to pull Ready to be merged into the codebase label Dec 25, 2024
@shashaka shashaka deleted the random_color_degeneration branch December 25, 2024 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants