Skip to content
Snippets Groups Projects

WIP: [Transform class] add ResizeCrop for drhagis

Closed Driss KHALIL requested to merge DrhagisUpdates into master
Files
2
@@ -292,13 +292,6 @@ class ResizeCrop:
"""
Crop all the images by removing the black pixels in the width and height until it finds a non-black pixel.
Parameters
-------------
- args: 3 sized array
- args[0] : Contains the image
- args[1] : Contains the label
- args[2] : Contains the mask
"""
def __call__(self, *args):
Loading