yolov10/examples/README.md
Glenn Jocher f2a7a29e53
ultralytics 8.0.42 DDP fix and Docs updates (#1065)
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: Noobtoss <96134731+Noobtoss@users.noreply.github.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
2023-02-20 12:56:20 +01:00

23 lines
1.5 KiB
Markdown

This is a list of real-world applications and walkthroughs. These can be folders of either python files or notebooks .
## Ultralytics YOLO example applications
| Title | Format | Contributor |
| ------------------------------------------------------------------------ | ------------------ | --------------------------------------------------- |
| [YOLO ONNX detection Inference with C++](./YOLOv8_CPP_Inference) | C++/ONNX | [Justas Bartnykas](https://github.com/JustasBart) |
| [YOLO OpenCV ONNX detection Python](./YOLOv8-OpenCV-ONNX-Python) | OpenCV/Python/ONNX | [Farid Inawan](https://github.com/frdteknikelektro) |
| [YOLO .Net ONNX detection C#](https://www.nuget.org/packages/Yolov8.Net) | C# .Net | [Samuel Stainback](https://github.com/sstainba) |
## How can you contribute ?
We're looking for examples, applications and guides from the community. Here's how you can contribute:
- Make a PR with `[Example]` prefix in title after adding your project folder in the examples/ folder of the repository
- The project should satisfy these conditions:
- It should use ultralytics framework
- It have a README.md with instructions to run the project
- It should avoid adding large assets or dependencies unless absolutely needed
- The contributor is expected to help out in issues related to their examples
If you're unsure about any of these requirements, make a PR and we'll happy to guide you