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:
parent
977fd8f0b8
commit
fd5be10c66
7 changed files with 391 additions and 4 deletions
|
|
@ -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 ?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue