Hi, I want to segment instances with imgaug but I have some problem.
With under my code, I succeed to merge several segment maps into image.
But I can't separate merged segment maps which is augmented into origin segmentation maps' counts because of overlapping.
So I have IndexError like this.
IndexError: boolean index did not match indexed array along dimension 0; dimension is 18 but corresponding boolean dimension is 19.
Hi, I want to segment instances with imgaug but I have some problem.
With under my code, I succeed to merge several segment maps into image.
But I can't separate merged segment maps which is augmented into origin segmentation maps' counts because of overlapping.
So I have IndexError like this. IndexError: boolean index did not match indexed array along dimension 0; dimension is 18 but corresponding boolean dimension is 19.
< augmentation.py >
< utils.py >
Is there any great idea to solve overlapping instances problem?
Thank you for reading my issue.