ibaiGorordo/ONNX-YOLOv8-Instance-Segmentation
Python scripts performing Instance Segmentation using the YOLOv8 model in ONNX.
This helps computer vision developers perform 'instance segmentation' on images or video streams. You provide an image or video, and the system identifies individual objects within it, drawing precise outlines around each one. This is useful for developers building applications that need to detect and isolate specific items in visual data.
186 stars. No commits in the last 6 months.
Use this if you are a developer integrating object detection and segmentation capabilities into an application and need a pre-trained YOLOv8 model for efficient inference.
Not ideal if you are a non-developer seeking a ready-to-use application with a graphical interface for image analysis.
Stars
186
Forks
39
Language
Python
License
MIT
Category
Last pushed
Feb 26, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/ibaiGorordo/ONNX-YOLOv8-Instance-Segmentation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ultralytics/ultralytics
Ultralytics YOLO 🚀
Megvii-BaseDetection/YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX,...
kujason/avod
Code for 3D object detection for autonomous driving
aparsoft/yolo-streamlit-detection-tracking
Object detection and tracking algorithm implemented for Real-Time video streams and static images.
RizwanMunawar/yolov8-object-tracking
YOLOv8 Object Tracking Using PyTorch, OpenCV and Ultralytics