Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ OnnxExt Public

C#实现基于ONNXRuntime的推理、优化、封装。包括YOLOv5、YOLOv8等。(保姆级代码)

Notifications You must be signed in to change notification settings

fathug/OnnxExt

Repository files navigation

基于ORT(ONNX Runtime)实现YOLOv5/v8模型推理的封装。

支持功能
  • 支持GUI交互界面
  • 支持流媒体推理
  • 支持DLL调用
  • 优化前/后处理,缩短推理过程耗时(单张200MP图像推理耗时:GPU-CUDA<20ms,CPU<70ms)

image-04530299

计划实现
  • 增加对RT-DETR等模型的支持,用于小目标等不同检测需求
项目文件结构

image-fileStructure

YOLO模型推出时间线

image-04626519

About

C#实现基于ONNXRuntime的推理、优化、封装。包括YOLOv5、YOLOv8等。(保姆级代码)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages