# OnnxExt **Repository Path**: zhangsanDev/OnnxExt ## Basic Information - **Project Name**: OnnxExt - **Description**: 视觉识别相关 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-03 - **Last Updated**: 2026-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 基于ORT(ONNX Runtime)实现YOLOv5/v8模型推理的封装。 ##### 支持功能 - [x] 支持GUI交互界面 - [x] 支持流媒体推理 - [x] 支持DLL调用 - [x] 优化前/后处理,缩短推理过程耗时(单张200MP图像推理耗时:GPU-CUDA<20ms,CPU<70ms) ![image-04530299](./assets/image-04530299.png) ##### 计划实现 - [ ] 增加对RT-DETR等模型的支持,用于小目标等不同检测需求 ##### 项目文件结构 ![image-fileStructure](./assets/image-fileStructure.png) ##### YOLO模型推出时间线 ![image-04626519](./assets/image-04626519.png)