albumentations icon indicating copy to clipboard operation
albumentations copied to clipboard

bug of superpixels on torch 2.0. env

Open trizh opened this issue 1 year ago • 0 comments

🐛 Bug

/albumentations/augmentations/functional.py +1305(around) the region assignments seems wrong, i fix it when i change 'image_sp_c[segments==ridx] = value' to 'image_sp_c[segments==(ridx+1)] = value'

trizh avatar Jul 07 '23 08:07 trizh