# yolo_detection_system_cpp **Repository Path**: HPUtx813/yolo_detection_system_cpp ## Basic Information - **Project Name**: yolo_detection_system_cpp - **Description**: 基于opencv + qt + yolo 实现的简单检测系统 - **Primary Language**: C/C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2024-11-30 - **Last Updated**: 2025-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yolo_detection_system_cpp #### 介绍 基于opencv + qt + yolo 实现的简单检测系统 #### 演示图片 ![](example/example.gif) #### 说明 1、在导入onnx文件的同时,也要导入与onnx同名的txt文件,txt文件中记录了所有检测类别。 2、确保onnx文件训练时,图像尺寸为640x640。 3、检测文件不要使用中文路径。