Skip to content

Commit 106b123

Browse files
committed
change image link and contents
1 parent e37cef2 commit 106b123

File tree

1 file changed

+16
-17
lines changed
  • arc_design_contest/2021/XDU_In-air_handwritten_characters_recognition

1 file changed

+16
-17
lines changed

arc_design_contest/2021/XDU_In-air_handwritten_characters_recognition/README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
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

44
- [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)
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)
1111
- [Hardware and Software Setup](#Hardware-and-Software-Setup)
12-
- [Required Hardware](#Required-Hardware)
13-
- [Required Software](#Required-Software)
14-
- [Hardware Connection](#Hardware-Connection)
12+
- [Required Hardware](#Required-Hardware)
13+
- [Required Software](#Required-Software)
14+
- [Hardware Connection](#Hardware-Connection)
1515
- [User Manual](#User-Manual)
16-
- [Before Running This Application](#Before-Running-This-Application)
17-
- [Run This Application](#Run-This-Application)
18-
- [Makefile](#Makefile)
16+
- [Before Running This Application](#Before-Running-This-Application)
17+
- [Run This Application](#Run-This-Application)
18+
- [Makefile](#Makefile)
1919

2020
## Introduction
2121
**In-air Handwritten characters Recognition**
@@ -42,14 +42,13 @@ This application is a concrete example of deploying a **neural network** on a we
4242
| Paste this line | backward |
4343
### System Architecture
4444
#### Hardware Architecture
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]
45+
![System_Architecture](./doc/imge/System_Architecture.jpg)
4646
#### Software Flow
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]
47+
![Software_Flow](./doc/imge/Software_Flow.jpg)
4848
#### Neural network structure
49-
![https://github.com/AddSalt8227/embarc_applications/blob/master/arc_design_contest/2021/XDU_In-air_handwritten_characters_recognition/doc/imge/net.png][4]
49+
![net](./doc/imge/net.png)
5050
### UI
51-
52-
![https://github.com/AddSalt8227/embarc_applications/blob/master/arc_design_contest/2021/XDU_In-air_handwritten_characters_recognition/doc/imge/UI.jpg][3]
51+
![UI](./doc/imge/UI.jpg)
5352

5453
## Hardware and Software Setup
5554
### Required Hardware

0 commit comments

Comments
 (0)