Migrate detection reference transforms to torchvision.prototype.transforms
#5542
Closed
7 tasks done
torchvision.prototype.transforms
#5542
In our detection references we have a couple of transformations that can handle images and bounding boxes simultaneously:
RandomPhotometricDistort
port RandomPhotoMetricDistort to prototype transforms #5663RandomZoomOut
port RandomZoomOut from detection references to prototype transforms #5551RandomIoUCrop
@vfdev-5 [proto] Ported RandomIoUCrop from detection refs #6401ScaleJitter
@pmeier portScaleJitter
from detection reference to prototype transforms #6411FixedSizeCrop
@pmeier portFixedSizeCrop
from detection references to prototype transforms #6417RandomShortestSize
portRandomShortestSize
from detection references to prototype transforms #6418SimpleCopyPaste
@vfdev-5 [proto] Ported SimpleCopyPaste transform #6451They never made it into
torchvision.transforms
since have a different call signature than all other transforms there. Now thattorchvision.prototype.transforms
support simultaneous transforming of multiple types, we can migrate them.cc @vfdev-5 @datumbox @bjuncek
The text was updated successfully, but these errors were encountered: