You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Muhammad Rizwan Munawar 8f1c3f3d1e
Add `--classes` arg in YOLOv8 Region Counter + optimize (#6568)
12 months ago
..
YOLOv8-CPP-Inference `ultralytics 8.0.155` allow `imgsz` and `batch` resume changes (#4366) 1 year ago
YOLOv8-ONNXRuntime Add `docformatter` to pre-commit (#5279) 1 year ago
YOLOv8-ONNXRuntime-CPP `ultralytics 8.0.210` docs updates and bug fixes (#6365) 1 year ago
YOLOv8-OpenCV-ONNX-Python Add `docformatter` to pre-commit (#5279) 1 year ago
YOLOv8-Region-Counter Add `--classes` arg in YOLOv8 Region Counter + optimize (#6568) 12 months ago
YOLOv8-SAHI-Inference-Video `ultralytics 8.0.177` add https://youtube.com/ultralytics videos to Docs (#4875) 1 year ago
YOLOv8-Segmentation-ONNXRuntime-Python `ultralytics 8.0.204` Segment ONNX Runtime example (#6088) 1 year ago
README.md `ultralytics 8.0.204` Segment ONNX Runtime example (#6088) 1 year ago
hub.ipynb Update notebooks with docs languages (#6469) 1 year ago
tutorial.ipynb Update notebooks with docs languages (#6469) 1 year ago

README.md

Ultralytics YOLOv8 Example Applications

This repository features a collection of real-world applications and walkthroughs, provided as either Python files or notebooks. Explore the examples below to see how YOLOv8 can be integrated into various applications.

Ultralytics YOLO Example Applications

Title Format Contributor
YOLO ONNX Detection Inference with C++ C++/ONNX Justas Bartnykas
YOLO OpenCV ONNX Detection Python OpenCV/Python/ONNX Farid Inawan
YOLOv8 .NET ONNX ImageSharp C#/ONNX/ImageSharp Compunet
YOLO .Net ONNX Detection C# C# .Net Samuel Stainback
YOLOv8 on NVIDIA Jetson(TensorRT and DeepStream) Python Lakshantha
YOLOv8 ONNXRuntime Python Python/ONNXRuntime Semih Demirel
YOLOv8 ONNXRuntime CPP C++/ONNXRuntime DennisJcy, Onuralp Sezer
RTDETR ONNXRuntime C# C#/ONNX Kayzwer
YOLOv8 SAHI Video Inference Python Muhammad Rizwan Munawar
YOLOv8 Region Counter Python Muhammad Rizwan Munawar
YOLOv8 Segmentation ONNXRuntime Python Python/ONNXRuntime jamjamjon

How to Contribute

We greatly appreciate contributions from the community, including examples, applications, and guides. If you'd like to contribute, please follow these guidelines:

  1. Create a pull request (PR) with the title prefix [Example], adding your new example folder to the examples/ directory within the repository.
  2. Make sure your project adheres to the following standards:
    • Makes use of the ultralytics package.
    • Includes a README.md with clear instructions for setting up and running the example.
    • Refrains from adding large files or dependencies unless they are absolutely necessary for the example.
    • Contributors should be willing to provide support for their examples and address related issues.

For more detailed information and guidance on contributing, please visit our contribution documentation.

If you encounter any questions or concerns regarding these guidelines, feel free to open a PR or an issue in the repository, and we will assist you in the contribution process.