Skip to content

Commit e37cef2

Browse files
committed
add image link and contents
1 parent 554dfe6 commit e37cef2

File tree

1 file changed

+23
-8
lines changed
  • arc_design_contest/2021/XDU_In-air_handwritten_characters_recognition

1 file changed

+23
-8
lines changed

arc_design_contest/2021/XDU_In-air_handwritten_characters_recognition/README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# In-air Handwritten Characters Recognition
22
This application is a concrete example of deploying a **neural network** on a wearable device. This application can **recognize air-handwritten characters** through wearable devices and display them on the wearable terminal. In addition, the recognition result can be transmitted to another terminal via **WIFI**, and people can perform simple text editing on this terminal through **gesture control**. And it can also broadcast voice, record temperature and time data, etc. This application can help researchers record data while doing experiments without the need to hold a pen or keyboard to input with gloves.
33

4-
@[toc](content)
4+
- [Introduction](#Introduction)
5+
- [Function](#Function)
6+
- [System Architecture](#System-Architecture)
7+
- [Hardware Architecture](#Hardware-Architecture)
8+
- [Software Flow](#Software-Flow)
9+
- [Neural network structure](#Neural-network-structure)
10+
- [UI](#UI)
11+
- [Hardware and Software Setup](#Hardware-and-Software-Setup)
12+
- [Required Hardware](#Required-Hardware)
13+
- [Required Software](#Required-Software)
14+
- [Hardware Connection](#Hardware-Connection)
15+
- [User Manual](#User-Manual)
16+
- [Before Running This Application](#Before-Running-This-Application)
17+
- [Run This Application](#Run-This-Application)
18+
- [Makefile](#Makefile)
519

620
## Introduction
721
**In-air Handwritten characters Recognition**
@@ -28,14 +42,14 @@ This application is a concrete example of deploying a **neural network** on a we
2842
| Paste this line | backward |
2943
### System Architecture
3044
#### Hardware Architecture
31-
![system_architecture][1]
45+
![https://github.com/AddSalt8227/embarc_applications/blob/master/arc_design_contest/2021/XDU_In-air_handwritten_characters_recognition/doc/imge/System%20Architecture.jpg][1]
3246
#### Software Flow
33-
![Software Flow][2]
47+
![https://github.com/AddSalt8227/embarc_applications/blob/master/arc_design_contest/2021/XDU_In-air_handwritten_characters_recognition/doc/imge/Software%20Flow.jpg][2]
3448
#### Neural network structure
35-
![Neural network structure][4]
49+
![https://github.com/AddSalt8227/embarc_applications/blob/master/arc_design_contest/2021/XDU_In-air_handwritten_characters_recognition/doc/imge/net.png][4]
3650
### UI
3751

38-
![UI][3]
52+
![https://github.com/AddSalt8227/embarc_applications/blob/master/arc_design_contest/2021/XDU_In-air_handwritten_characters_recognition/doc/imge/UI.jpg][3]
3953

4054
## Hardware and Software Setup
4155
### Required Hardware
@@ -90,9 +104,10 @@ This application is a concrete example of deploying a **neural network** on a we
90104
- Make sure all connection is correct again.
91105
### Run This Application
92106
Here take IoTDK, CUR_CORE = arcem9d with ARC GNU Toolchain 2020.09 for example to show how to run this application.
93-
1. To build this applicaiton, use this command `make run`
94-
2. Open your serial terminal such as Putty on PC, and configure it to right COM port and 115200bps.
95-
3. Wear the sending terminal on the palm of your hand, press the button and write in the air, release the button to see the recognition result of the air handwritten characters.
107+
1. To build this applicaiton, use this command `make`
108+
2. To run this applicaiton, use this command `make run`
109+
3. Open your serial terminal such as Putty on PC, and configure it to right COM port and 115200bps.
110+
4. Wear the sending terminal on the palm of your hand, press the button and write in the air, release the button to see the recognition result of the air handwritten characters.
96111
#### Makefile
97112

98113
- Selected embarc_mli here, then you can use [embarc_mli API][4] in your application:

0 commit comments

Comments
 (0)