How to implement instance segmentation using YOLOv8 neural network

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • yolov8_onnx_python

    YOLOv8 inference using Python

  • Most of the code will be reused from the previous project, that you can find in GitHub.

  • yolov8_segmentation_python

    YOLOv8 image segmentation through ONNX in Python

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ultralytics

    NEW - YOLOv8 🚀 in PyTorch > ONNX > OpenVINO > CoreML > TFLite

  • If you compare the produced masks from Ultralytics API and from ONNX API, you'll probably find that ONNX example returns masks with lower quality. This is because we used only basic input image processing, before passing it to the neural network. The Ultralytics .predict function implements much more image preprocessing steps. As an additional practice, you can open and learn the source code of the "predict" function to understand, which filters and transformations it applies to the input image. Then you can try to implement them on your own for ONNX inference and see the difference.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The CEO of Ultralytics (yolov8) using LLMs to engage with commenters on GitHub

    2 projects | news.ycombinator.com | 12 Feb 2024
  • The CEO of Ultralytics (yolov8) using LLMs to engage with commenters on GitHub

    1 project | news.ycombinator.com | 12 Feb 2024
  • My kid sounds like ChatGPT, and soon yours might, too

    1 project | news.ycombinator.com | 29 Dec 2023
  • Breaking the Myth: Object Detection Isn't Hard as Thought

    1 project | dev.to | 3 Dec 2023
  • How to load the optimizer state_dicts in yolov8?

    1 project | /r/computervision | 30 Oct 2023