draugr.opencv_utilities.transformation.cv2_transforms¶
Classes
|
Composes several augmentations together. |
|
Applies a lambda as a transform. |
|
description |
|
description |
|
description |
|
description |
description |
|
|
description |
|
description |
|
description |
Crop Arguments: img (Image): the image being input during training boxes (Tensor): the original bounding boxes in pt form labels (Tensor): the class labels for each bbox mode (float tuple): the min and max jaccard overlaps Return: (img, boxes, classes) img (Image): the cropped image boxes (Tensor): the adjusted bounding boxes in pt form labels (Tensor): the class labels for each bbox |
|
|
description |
|
Transforms a tensorized image by swapping the channels in the order specified in the swap tuple. |
description |