Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Kayzwer adb1a6b091
Update README.md (code to run rtdetr on C#) (#3539)
2 years ago
..
e21428ca4e
`ultralytics 8.0.94` HUBDatasetStats() Segment and Pose support (#2450)
2 years ago
a7c249e9c1
[Example] YOLOv8-ONNXRuntime (#2992)
2 years ago
69a2d70a78
Update YOLOv8-ONNXRuntime-CPP (#3455)
2 years ago
37274c9845
`ultralytics 8.0.62` HUB Syntax updates and fixes (#1795)
2 years ago
adb1a6b091
Update README.md (code to run rtdetr on C#) (#3539)
2 years ago
1c4a363497
Update Discord links to role assign (#3533)
2 years ago
1c4a363497
Update Discord links to role assign (#3533)
2 years ago

README.md

You have to be logged in to leave a comment. Sign In

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
RTDETR ONNXRuntime C# C#/ONNX Kayzwer

How to Contribute

We welcome contributions from the community in the form of examples, applications, and guides. To contribute, please follow these steps:

  1. Create a pull request (PR) with the [Example] prefix in the title, adding your project folder to the examples/ directory in the repository.
  2. Ensure that your project meets the following criteria:
    • Utilizes the ultralytics package.
    • Includes a README.md file with instructions on how to run the project.
    • Avoids adding large assets or dependencies unless absolutely necessary.
    • The contributor is expected to provide support for issues related to their examples.

If you have any questions or concerns about these requirements, please submit a PR, and we will be more than happy to guide you.

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...