mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-09-02 11:25:40 +08:00

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: ayush chaurasia <ayush.chaurarsia@gmail.com>
22 lines
1.4 KiB
Markdown
22 lines
1.4 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 |
|
|
| --------------------------------------------------------------- | ------------------ | --------------------------------------------------- |
|
|
| [Yolov8/yolov5 ONNX Inference with C++](./Yolov8_CPP_Inference) | C++/ONNX | [Justas Bartnykas](https://github.com/JustasBart) |
|
|
| [YOLOv8-OpenCV-ONNX-Python](./YOLOv8-OpenCV-ONNX-Python) | OpenCV/Python/ONNX | [Farid Inawan](https://github.com/frdteknikelektro) |
|
|
|
|
## 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
|