/yolov8-detection-onnx-cpp-examples

some research on onnxruntime api

Primary LanguageC++GNU General Public License v3.0GPL-3.0

yolov8 detection tasks with onnxruntime

This repository contains work on performing inference with the ONNX Runtime APIs.

Progress

  • basic yolov8 detection tasks on cpu ✔️
  • option for default cuda settings ✔️
  • studying on enabling io-bindings... ❓
  • utilizing more hardware-accelerated APIs(TensorRT or CUDA) before the next century ❓

NOTES!

you will have to download the .onnx format model personally cuz the file is too large :D

Build

  • gcc
  • cmake
  • vcpkg (optional)

Reference

thanks for the examples from these guys: