From 0e7d95cb29dad1117357c4be61d195a14657ac68 Mon Sep 17 00:00:00 2001 From: Erlangga Yudi Pradana Date: Wed, 2 Oct 2024 21:48:32 +0700 Subject: [PATCH] Add contributor name for example: YOLOv8 OpenVINO CPP Inference (#16632) --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index c0f3d923..22da53f2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -20,6 +20,7 @@ This directory features a collection of real-world applications and walkthroughs | [YOLOv8 LibTorch CPP](./YOLOv8-LibTorch-CPP-Inference) | C++/LibTorch | [Myyura](https://github.com/Myyura) | | [YOLOv8 OpenCV INT8 TFLite Python](./YOLOv8-OpenCV-int8-tflite-Python) | Python | [Wamiq Raza](https://github.com/wamiqraza) | | [YOLOv8 All Tasks ONNXRuntime Rust](./YOLOv8-ONNXRuntime-Rust) | Rust/ONNXRuntime | [jamjamjon](https://github.com/jamjamjon) | +| [YOLOv8 OpenVINO CPP](./YOLOv8-OpenVINO-CPP-Inference) | C++/OpenVINO | [Erlangga Yudi Pradana](https://github.com/rlggyp) | ### How to Contribute