-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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 aug_mix processing layer #20759
Add aug_mix processing layer #20759
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #20759 +/- ##
==========================================
+ Coverage 81.94% 81.97% +0.02%
==========================================
Files 553 555 +2
Lines 51536 51758 +222
Branches 7978 8008 +30
==========================================
+ Hits 42231 42427 +196
- Misses 7363 7378 +15
- Partials 1942 1953 +11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Great work.
@fchollet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you for the contribution!!
* Add implementation for AugMix * Update implementation for aug_mix * Update description for aug_mix * Fix some issues that was from review
I have implemented the AugMix image processing feature. Please let me know if any further corrections or improvements are required.
here is gist