AndreyGermanov / yolov8_segmentation_python

YOLOv8 image segmentation through ONNX in Python
GNU General Public License v3.0
28 stars 3 forks source link

YOLOv8 segmentation inference using Python

This is a web interface to YOLOv8 object detection neural network implemented on Python via ONNX Runtime.

This is a source code for a "How to implement instance segmentation using YOLOv8 neural network" tutorial.

Watch demo: https://youtu.be/tv3mYPxj2n8

In addition, it includes all Jupyter Notebooks created in this article.

Install

Run

Execute:

python3 object_detector.py

It will start a webserver on http://localhost:8080. Use any web browser to open the web interface.

Using the interface you can upload the image to the object detector and see bounding boxes and segmentation masks of all objects detected on it.