You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add target_shape to init parameters and resize transformation to ImageDataGenerator.
Motivation:
Some transformation like rotation, scaling works better on larger images due to interpolation.
Proposed solution.
Have resizing be last transformation in pipeline.
Open CV is nice option as it faster then scipy, but requires this dependency.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, but feel free to re-open it if needed.
Add target_shape to init parameters and resize transformation to ImageDataGenerator.
Motivation:
Some transformation like rotation, scaling works better on larger images due to interpolation.
Proposed solution.
Have resizing be last transformation in pipeline.
Open CV is nice option as it faster then scipy, but requires this dependency.
The text was updated successfully, but these errors were encountered: