ultralytics 8.0.204 Segment ONNX Runtime example (#6088)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Kapil Raj <103250862+raj-kapil@users.noreply.github.com> Co-authored-by: jamjamjon <51357717+jamjamjon@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
parent
465df3024f
commit
ff0aba10c5
20 changed files with 563 additions and 37 deletions
|
|
@ -16,16 +16,19 @@ This repository features a collection of real-world applications and walkthrough
|
|||
| [RTDETR ONNXRuntime C#](https://github.com/Kayzwer/yolo-cs/blob/master/RTDETR.cs) | C#/ONNX | [Kayzwer](https://github.com/Kayzwer) |
|
||||
| [YOLOv8 SAHI Video Inference](https://github.com/RizwanMunawar/ultralytics/blob/main/examples/YOLOv8-SAHI-Inference-Video/yolov8_sahi.py) | Python | [Muhammad Rizwan Munawar](https://github.com/RizwanMunawar) |
|
||||
| [YOLOv8 Region Counter](https://github.com/RizwanMunawar/ultralytics/blob/main/examples/YOLOv8-Region-Counter/yolov8_region_counter.py) | Python | [Muhammad Rizwan Munawar](https://github.com/RizwanMunawar) |
|
||||
| [YOLOv8 Segmentation ONNXRuntime Python](./YOLOv8-Segmentation-ONNXRuntime-Python) | Python/ONNXRuntime | [jamjamjon](https://github.com/jamjamjon) |
|
||||
|
||||
### How to Contribute
|
||||
|
||||
We welcome contributions from the community in the form of examples, applications, and guides. To contribute, please follow these steps:
|
||||
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 `[Example]` prefix in the title, adding your project folder to the `examples/` directory in the repository.
|
||||
1. 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.
|
||||
1. Create a pull request (PR) with the title prefix `[Example]`, adding your new example folder to the `examples/` directory within the repository.
|
||||
1. 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.
|
||||
|
||||
If you have any questions or concerns about these requirements, please submit a PR, and we will be more than happy to guide you.
|
||||
For more detailed information and guidance on contributing, please visit our [contribution documentation](https://docs.ultralytics.com/help/contributing).
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue