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_gaussian_blur layer #20817

Merged
merged 3 commits into from
Jan 27, 2025

Conversation

shashaka
Copy link
Contributor

@shashaka shashaka commented Jan 27, 2025

I have implemented the RandomGaussianBlur 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 Jan 27, 2025

Codecov Report

Attention: Patch coverage is 77.77778% with 24 lines in your changes missing coverage. Please review.

Project coverage is 82.00%. Comparing base (734cd03) to head (cbfc2f6).

Files with missing lines Patch % Lines
...essing/image_preprocessing/random_gaussian_blur.py 77.14% 14 Missing and 10 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #20817      +/-   ##
==========================================
- Coverage   82.01%   82.00%   -0.01%     
==========================================
  Files         558      559       +1     
  Lines       52182    52290     +108     
  Branches     8067     8084      +17     
==========================================
+ Hits        42795    42879      +84     
- Misses       7421     7435      +14     
- Partials     1966     1976      +10     
Flag Coverage Δ
keras 81.81% <75.92%> (-0.02%) ⬇️
keras-jax 64.27% <74.07%> (+0.02%) ⬆️
keras-numpy 58.99% <66.66%> (+0.02%) ⬆️
keras-openvino 29.82% <19.44%> (-0.03%) ⬇️
keras-tensorflow 64.80% <74.07%> (+0.01%) ⬆️
keras-torch 64.19% <75.92%> (+0.03%) ⬆️

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.

Very nice -- thank you for the contribution! LGTM

@google-ml-butler google-ml-butler bot added kokoro:force-run ready to pull Ready to be merged into the codebase labels Jan 27, 2025
@fchollet fchollet merged commit 3e52ce9 into keras-team:master Jan 27, 2025
7 checks passed
@google-ml-butler google-ml-butler bot removed ready to pull Ready to be merged into the codebase kokoro:force-run labels Jan 27, 2025
@fchollet
Copy link
Collaborator

@shashaka do you have an email address I can contact you at?

@shashaka shashaka deleted the random_gaussian_blur branch January 28, 2025 00:44
@shashaka
Copy link
Contributor Author

@fchollet
You can now reach me at [email protected].
I’ve also updated my GitHub profile to display my email address.

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.

4 participants