albumentations icon indicating copy to clipboard operation
albumentations copied to clipboard

RandomCropFromBorders

Open IDMIPPM opened this issue 4 years ago • 2 comments
trafficstars

Cuts out a rectangular portion of the image by randomly indenting each side. There is no resize of image at the end.

IDMIPPM avatar Dec 28 '20 14:12 IDMIPPM

It would be nice if someone approve this. ) I always starting update with adding this functionality into albumentation code...

ZFTurbo avatar May 18 '21 10:05 ZFTurbo

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

Dipet avatar May 18 '21 11:05 Dipet

Done in #1240

Dipet avatar Aug 10 '22 13:08 Dipet