Closed
Description
just curious.. is the plan to keep transforms such as RandomCrop, HorizontalFlip, etc only working on PIL images, or would you prefer *Tensor support as well?
Also, are yall open to adding new transforms such a rotations, shearing, shifting, zooming, etc -- for instance transforms.RandomRotation(-30,30)
or transforms.HorizontalShift(0.2)
or transforms.RandomZoom(0.8,1.2)
.. or are these already supported elsewhere?
Would be willing to contribute in these areas. It is particularly important to combine these transforms together to only require 1 interpolation, and I have experience with that.
Metadata
Metadata
Assignees
Labels
No labels