I want to do image augmentation, there are function available to do the job in PIL library, I wonder if there is any function like this in pytorch?
You could check out kornia, which provides a lot of differentiable transformations.
CC @edgarriba who might throw in more information.
1 Like