Vladimir Iglovikov

Results 192 comments of Vladimir Iglovikov

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

Yes, this task looks quite straightforward.

I think, this transform may look similar to AdditiveNoise in a way that it takes as input different color spaces that OpenCV supports and sets of parameters that is unique...

@ThomasieDK Thanks, love such bug reports. Show deep domain knowledge of the reporter and effort he put into debug. Will look into it and fix.

This issue was affecting all distortion: Optical, Elastic, ThinPlateSpline, Grid. ---- Pushed a fix. Not ideal for points far from the center, but should work better than before. Two main...

@RhysEvan created an improved version for the issue. Just merged it.

@CometManAtGitHub Yes, most likely distortions always had issues with keypoints. And right now it finally looks correct.

Thanks, will take a look. Tricky issue. More in the scientific domain rather than engineering. Need better tests for this as well

@CometManAtGitHub Updated. Fixed issues with x, y being switched (example with the cat) Now have two methods for dealing with keypoints. Both not ideal, but `mask` method is quite fast...