albumentations
albumentations copied to clipboard
RandomCropFromBorders
trafficstars
Cuts out a rectangular portion of the image by randomly indenting each side. There is no resize of image at the end.
It would be nice if someone approve this. ) I always starting update with adding this functionality into albumentation code...
Oh my god. I forgot about this PR. Sorry.
Need to update it is to add serialization support.
To do this need to implement get_transform_init_args_names method and add this transform to tests.
As example you can look at #888
Done in #1240