Python library for YOLO small object detection and instance segmentation
-
Updated
Mar 4, 2025 - Python
Python library for YOLO small object detection and instance segmentation
Converting COCO annotation (CVAT) to annotation for YOLO-seg (instance segmentation) and YOLO-obb (oriented bounding box detection)
This developed algorithm transforms mask labels used in previous segmentation tasks into a format compatible with YOLO's label requirements. As a result, pre-prepared datasets can be used with YOLO-like detection-focused architectures.
Infer yolov8-seg models from Ultralytics with ONNXRuntime (no torch required)
Add a description, image, and links to the yolov8-seg topic page so that developers can more easily learn about it.
To associate your repository with the yolov8-seg topic, visit your repo's landing page and select "manage topics."