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

Better Polygons from Masks #630

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Nov 29, 2023

  1. Improved the mask_to_polygons function to handle masks that have excl…

    …usions and Masks that do not align
    
    Example:
    Detections of Doughnut: Even if the Model correctly detects the Doughnut, the Polygon always was only the outer shape. With this change the hole in the middle is excluded from the Polygon
    Person behind a table: When the Model identifies the Person correctly, the Part above and below the Table would have been two seaperate Polygons. With this change, it would be one Polygon connected.
    Thomas F committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a7d22b9 View commit details
    Browse the repository at this point in the history
  2. Change to the draw_polygon to draw filled polygons by default (config…

    …urable)
    Thomas F committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6833189 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c46386e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Unused variable removal

    Thomas F committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    ddd3f26 View commit details
    Browse the repository at this point in the history