Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix Polygon Repair and Empty Polygon Issues, see #1118 #1138

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mario-dg
Copy link

As mentioned in #1118, here is the, hopefully, fixed version of the bug fix.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses issues with invalid polygons, including empty polygon handling, by adding utility functions to repair polygons and multipolygons as well as converting COCO segmentation data to shapely geometries.

  • Introduces repair_polygon and repair_multipolygon functions that fix invalid geometries using buffer(0).
  • Adds coco_segmentation_to_shapely to correctly process segmentation data and integrates it into get_merged_mask.
Comments suppressed due to low confidence (1)

sahi/postprocess/utils.py:121

  • [nitpick] Consider updating the error message to include examples of valid segmentation formats for improved clarity.
raise ValueError("segmentation must be List or List[List]")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant