Add YOLOv8 ONNX C++ inference Example (#856)

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>
This commit is contained in:
JustasBart 2023-02-13 08:47:24 +00:00 committed by GitHub
parent 977fd8f0b8
commit fd5be10c66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 391 additions and 4 deletions

View file

@ -2,9 +2,9 @@ This is a list of real-world applications and walkthroughs. These can be folders
## Ultralytics YOLO example applications
| Title | Format | Contributor |
| ------------------------------------------------------------------ | --------------- | ----------------------------------------- |
| \[Dummy\] [Inventory managenet using YOLO](./inventory-management) | python/notebook | [AyushExel](https://github.com/AyushExel) |
| Title | Format | Contributor |
| --------------------------------------------------------------- | -------- | ------------------------------------------------- |
| [Yolov8/yolov5 ONNX Inference with C++](./Yolov8_CPP_Inference) | C++/ONNX | [Justas Bartnykas](https://github.com/JustasBart) |
## How can you contribute ?