-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Add polygon segmentation support for YOLO11n-seg
Enhanced the YOLO11n-seg inference pipeline to include polygon segmentation output. The extract_yolo_results function now processes and extracts segmentation masks, converting them into polygon representations. These polygons are then included in the final output, enabling more precise and detailed object representation.
- Loading branch information
1 parent
ead7327
commit 117ce39
Showing
2 changed files
with
99 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters