Skip to content

Azusain/yolov8-detection-onnx-cpp-examples

Repository files navigation

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:

About

some research on onnxruntime api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published