GeometryΒΆ
|
Crop the input at the center. |
|
Transform the input with elastic transformations. |
|
Crop the image or video into four corners and the central crop. |
|
Pad the input on all sides with the given "pad" value. |
|
Random affine transformation the input keeping center invariant. |
|
Crop the input at a random location. |
|
Horizontally flip the input with a given probability. |
|
Random IoU crop transformation from "SSD: Single Shot MultiBox Detector". |
|
Perform a random perspective transformation of the input with a given probability. |
|
Randomly resize the input. |
|
Crop a random portion of the input and resize it to a given size. |
|
Rotate the input by angle. |
|
Randomly resize the input. |
|
Vertically flip the input with a given probability. |
|
|
|
Resize the input to the given size. |
|
Perform Large Scale Jitter on the input according to "Simple Copy-Paste is a Strong Data Augmentation Method for Instance Segmentation". |
|
Crop the image or video into four corners and the central crop plus the flipped version of these (horizontal flipping is used by default). |