-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Hey everyone,
Recently Augmentation class was added. It currently supports only resize function. This issue aims to add other augmentations as well.
Background :
- Each augmentation must be accessible by passing string to the class.
- Each Transform should have same function definition as ResizeTransform.
- Idea is to create a map of function pointers and call respective function based upon the string type.
Some augmentations that would be really nice to see would be horizontal flip, vertical flip and gaussian noise. Thanks a lot.