You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arc_design_contest/2021/HLJU_Pathological_Voice_Diagnosis/README.md
+20-7Lines changed: 20 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Pathological Voice Diagnosis
2
2
3
3
*[Introduction](#introduction)
4
+
5
+
* [Actual Picture](#actual-picture)
4
6
* [Function](#function)
5
7
* [System Architecture](#system-architecture)
6
8
*[Hardware and Software Setup](#hardware-and-software-setup)
@@ -14,6 +16,12 @@
14
16
## Introduction
15
17
This application is based on the ARC IoT Development Kit which work for Pathological speech diagnosis at the edge.Firstly, the diagnostic model of pathological speech classification was trained based on lightweight RBK-NET network, and then the model was deployed using TensorFlow Lite for Microcontrollers (TFLM). Finally, the model was imported into ARC IoTDK development board through OSP.To achieve the Pathological speech diagnosis detection at the edge.
- Pathological Voice Diagnosis。At present, healthy and pathological speech can be recognized
@@ -42,7 +50,7 @@ This application is based on the ARC IoT Development Kit which work for Patholog
42
50
- DesignWare ARC MetaWare Development Toolkit
43
51
- TensorFlow Lite for Microcontrollers
44
52
- emcARC OSP
45
-
- Serial port terminal, such as putty, tera-term or minicom
53
+
- Serial port terminal, such as putty, minicom or cutecom
46
54
47
55
### Hardware Connection
48
56
@@ -60,12 +68,18 @@ This application is based on the ARC IoT Development Kit which work for Patholog
60
68
|SCL |I2C0_SCL |
61
69
|SDA |I2C0_SDA |
62
70
71
+
4.I2C series connection.
72
+
73
+

74
+
75
+
63
76
## User Manual
64
77
65
78
### Before Running This Application
66
79
- Download source code of Pathological Voice Diagnosis from github.
67
80
- Make sure all the connections are correct.
68
81
- The link script file has been modified to ensure the heap and stack are large enough and the addresses of program sections have also been redirected.Make sure the link script is correct.
82
+
- Use MWDT compiler tool to compile source code, with some Tensorflow Lite source code and the RBK-NET network model
69
83
70
84
### Run This Application
71
85
@@ -84,7 +98,7 @@ This application is based on the ARC IoT Development Kit which work for Patholog
84
98
85
99
BOARD = iotdk
86
100
BD_VER = 10
87
-
TOOLCHAIN = gnu
101
+
TOOLCHAIN = mw
88
102
89
103
- The middleware used in your application:
90
104
@@ -96,11 +110,10 @@ See [ embARC Example User Guide][40], **"Options to Hard-Code in the Application
0 commit comments