# YoloDetect **Repository Path**: wanghaoli/yolo-detect ## Basic Information - **Project Name**: YoloDetect - **Description**: 本项目.NET 10,采用 ONNX Runtime.Gpu 1.18.1+CUDA 12.6 + cuDNN 8.9.7 ,可以使用YOLOv11 、YOLOv26 模型;GPU加速实时物体检测;项目来源:https://github.com/Rainbowdashx1/YoloDetect。 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-12 - **Last Updated**: 2026-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YoloDetect #### 介绍 本项目.NET 10,采用 ONNX Runtime.Gpu 1.18.1+CUDA 12.6 + cuDNN 8.9.7 ,可以使用YOLOv11 、YOLOv26 模型;GPU加速实时物体检测; 项目来源:https://github.com/Rainbowdashx1/YoloDetect。 ![输入图片说明](11-30.png) ### 我本机硬件: - 操作系统 : Windows 11 专业版 64位 - 处理器:Intel Core i7-9700k - 显卡:NVIDIA GeForce RTX 2080 #### 软件架构 软件架构说明 - .NET 版本 .NET 10 - 本项目使用组件: ONNX Runtime.Gpu 1.18.1+CUDA 12.6 + cuDNN 8.9.7 - 项目启动模式:x64 - 下面的目录,需加入系统环境变量 PATH : C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin - cudnn加速包的bin下所有dll复制到CUDA的bin下 ![输入图片说明](image.png) #### 安装教程 **1、 必须先安装运行环境,CUDA Toolkit 12.6** **2、历史CUDA Toolkit各个版本下载安装** https://developer.nvidia.com/nsight-compute-history **3、 cudnn 深度学习高性能加速库,下载安装** https://developer.nvidia.com/cudnn#section-download https://developer.download.nvidia.cn/compute/cudnn/redist/cudnn/windows-x86_64/ **4、将cudnn中bin下所有dll复制粘贴到下面目录里面:** ``` C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin ``` **5、配置系统环境变量 Path,将下面目录加入Path** ``` C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin ``` #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)