Skip to content

Commit 645cd0d

Browse files
committed
--
1 parent 1921aa5 commit 645cd0d

File tree

3 files changed

+45
-8
lines changed

3 files changed

+45
-8
lines changed

.idea/workspace.xml

Lines changed: 16 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,33 @@
1010
</p>
1111

1212

13-
This is a road sign recognition project based on YOLOv5, developed with a PyQt5 interface, YOLOv5 trained model, and MySQL database. The project consists of five modules: parameter initialization, sign recognition, database, data analysis, and image processing(Please refer to the Chinese document for details),This project uses YOLOv5 v6.1.
13+
This system is a road sign recognition application leveraging YOLOv5🚀 😊. It employs a MySQL database 💽, PyQt5 for the interface design 🎨, PyTorch deep learning framework, and TensorRT for acceleration ⚡. Additionally, it incorporates CSS styles 🌈.
1414

15-
![00013.jpg](data/doc/logo0.jpg)
15+
The system comprises five key modules:
16+
17+
1. System Login Module 🔑: Responsible for user authentication.
18+
2. Initialization Parameter Module 📋: Provides settings for initializing YOLOv5 model parameters.
19+
3. Sign Recognition Module 🔍: The core functionality responsible for recognizing road signs and updating the database with the results.
20+
4. Database Module 💾: Consists of two sub-modules - basic database operations and data analysis.
21+
5. Image Processing Module 🖼️: Handles the processing of individual images and associated data.
22+
23+
The entire system is designed to support various data input methods and model switching. Additionally, it offers image enhancement techniques such as mosaic and mixup 📈.
24+
25+
![00013.jpg](data/doc/logo0.jpg)
1626
## Screenshots
1727

1828
* ### Sign Recognition Module
29+
`The three checkboxes in the lower left corner are results save, start database entry, and model visual analysis.`
30+
1931
![img.png](data/doc/img.png)
2032
* ### Image Processing and Data Augmentation Module
21-
![img_1.png](data/doc/img_1.png)
33+
34+
`The right column is a batch image data enhancement with custom parameters (using the checked data increment method for all images in a folder with a certain probability)`
35+
36+
![img_1.png](data/doc/img_1.png)
2237
* ### Parameter Initialization Module
38+
`模型基本参数勾选配置`
39+
2340
![img_2.png](data/doc/img_2.png)
2441
* ### Database Module
2542
![img_3.png](data/doc/img_3.png)

data/doc/README_cn.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,22 @@
1010
## 软件截图
1111

1212
* ### 标志识别模块
13+
`左下角三个勾选框分别是结果保存、启动数据库录入、以及模型可视化分析`
14+
1315
![img.png](img.png)
14-
左下角三个勾选框分别是结果保存、启动数据库录入、以及模型可视化分析
16+
1517

1618

1719
* ### 图像处理与数据增强模块
20+
`右侧栏是自定义参数的批量图像数据增强(按一定概率对一个文件夹所有图片使用勾选的数据增加方法)`
21+
1822
![img_1.png](img_1.png)
19-
右侧栏是自定义参数的批量图像数据增强(按一定概率对一个文件夹所有图片使用勾选的数据增加方法)
23+
2024
* ### 初始化参数模块
25+
` 模型基本参数勾选配置`
26+
2127
![img_2.png](img_2.png)
22-
模型基本参数勾选配置
28+
2329

2430
* ### 数据库模块
2531
![img_3.png](img_3.png)

0 commit comments

Comments
 (0)