Vladimir Iglovikov

Results 192 comments of Vladimir Iglovikov

I do not have any ideas on how to handle this issue at the moment.

@YankaiChen0308 Could you please provide a sample code to reproduce the issue? For Optical and Elastic this could happen as some points gets split into several keypolints, but for GridDistortion...

@YankaiChen0308 Yes. And this is exactly the issue. if you have ideas on how to improve accuracy of the mask method or speed of direct. I am all attention.

`Allow cutting out a random number of regions of random size (sample num_holes and [height, width] from uniform random distribution).` is implemented => good enough. Let's merge it and work...

@ogencoglu you can have the desired transform using [Lambda](https://github.com/hongzhenwang/RRPN-revise)

[CoarseDropout](https://explore.albumentations.ai/transform/CoarseDropout) works on all targets, inluding masks, bounding boxes and keypoints If fill_value = random, generate random noise to fill the hole

Fixed in https://github.com/albumentations-team/albumentations/pull/2561

@lhoestq Thanks. Cleaned up torchvision.