Replies: 2 comments
-
Hello @s-fx, the shapely.geos error you posted means there are self intersections in your polygons after slicing (or before slicing). Have you visualized the polyons begore slicing operation? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes I have visualized them before slicing, the segmentation were visualized correctly (no filled bounding boxes as segmenations), but some look like they could have intersecting polygones. So after creating patches these "wrong" segmentations come from intersecting polygones? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm working on a ML segmentation project with high resolution images. I sliced the images into small patches of 256x256 Pixels and the COCO format Json file respectively (containing bboxes and segmentations).
But when I visualize the end results (with fiftyone) some of my segmentations are now just "filled bounding boxes" and some of the segmentations are correctly sliced. Unfortunately I can not share the images, but I am wondering why some of my segmentations are now just in the shape of a bounding box.
While slicing I encounter this Error message:
Could this be the cause because of polygons intersecting?
=> sahi 0.10.4
kind regards
Beta Was this translation helpful? Give feedback.
All reactions