-
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 elastic_transform processing for image.py #20977
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #20977 +/- ##
==========================================
- Coverage 82.44% 82.19% -0.25%
==========================================
Files 561 561
Lines 53217 53388 +171
Branches 8244 8273 +29
==========================================
+ Hits 43874 43884 +10
- Misses 7336 7497 +161
Partials 2007 2007
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
images, | ||
alpha=20.0, | ||
sigma=5.0, | ||
interpolation="bilinear", |
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.
No fill_mode
argument?
I have added the elastic_transform method for NumPy, TensorFlow, Torch, and JAX. If this concept and implementation prove to be effective, I can proceed with adding the ops layer and corresponding test cases.
torchvision's elastic_transform
here is my gist