[go: nahoru, domu]

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

Add PolygonAnnotator and update documentation #602

Merged
merged 4 commits into from
Nov 15, 2023

Conversation

SkalskiP
Copy link
Collaborator

Description

It implemented the PolygonAnnotator class in the core.py file under the supervision/annotators directory to support drawing polygons over detected objects. This was done by dividing the masks into multiple polygons and drawing them on the image.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Docs

  • Docs updated? What were the changes:

Implemented the PolygonAnnotator class in the core.py file under the supervision/annotators directory to support drawing polygons over detected objects. This was done by dividing the masks into multiple polygons and drawing them on the image.
@SkalskiP SkalskiP self-assigned this Nov 15, 2023
@SkalskiP SkalskiP added enhancement New feature or request api:annotator Annotators labels Nov 15, 2023
@SkalskiP SkalskiP merged commit 5456c66 into develop Nov 15, 2023
6 checks passed
@SkalskiP SkalskiP deleted the feature/adding-polygon-annotator branch January 2, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api:annotator Annotators enhancement New feature or request
Projects
Status: Current Release: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant