-
Notifications
You must be signed in to change notification settings - Fork 255
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
🚀 Feature
patch based augmentations
Motivation
I think those augmentations are very useful, but as far as I understand, those are based on the whole image.
Is it possible to do patch based augmentations?
In theory it is equivalent as whether to do transformation or to extract patch first. However, I just noticed that image-wise transforms like elastic deformation and rotation is extremely memory consuming, so it makes more sense to first extract patch and then do the transformation.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request