-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 SRResize #295
Add SRResize #295
Conversation
Codecov Report
@@ Coverage Diff @@
## master #295 +/- ##
==========================================
- Coverage 80.54% 80.47% -0.08%
==========================================
Files 162 162
Lines 8091 8035 -56
Branches 1192 1193 +1
==========================================
- Hits 6517 6466 -51
+ Misses 1429 1425 -4
+ Partials 145 144 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
It seems that the difference between this and the Resize https://github.com/open-mmlab/mmediting/blob/master/mmedit/datasets/pipelines/augmentation.py#L13 is that, here it allows specifying the "input_key", "output_key", and "backend". |
Here is |
Conflicts with master now |
* Add ReSampling * Add ReSampling * Fix docstring * fix * add generate-by-resize * Rename * update docstring Co-authored-by: liyinshuo <[email protected]>
No description provided.