Is there any function to shift image by x axis or y asix?

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. :slight_smile:

1 Like