Skip to content

Commit

Permalink
doc: new line
Browse files Browse the repository at this point in the history
  • Loading branch information
solasolo committed May 26, 2022
1 parent b8d298d commit 2aa9808
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,38 @@
![image](Images/mu9250.jpg)

## 框架
Tensorflow
Keras
Tensorflow Lite Micro
- Tensorflow
- Keras
- Tensorflow Lite Micro
## 环境
### Python
Python 3.8
Tensorflow
PyOpenGL
- Python 3.8
- Tensorflow
- PyOpenGL

### Arduino
ESP32 Arduino 2.0.3
TensorFlowLite_ESP32 0.9.0
- ESP32 Arduino 2.0.3
- TensorFlowLite_ESP32 0.9.0

## 设计
### 数据
1.2s 数据长度,采样率 100/s
- 1.2s 数据长度,
- 100采样/s

### 模型
线性全连接网络
720-向量输入,2-向量输出
- 线性全连接网络
- 720-向量输入
- 2-向量输出

## 流程
数据采集

预处理

训练

推理应用

## 代码
Host
prediect_gesture
- Host
- prediect_gesture

0 comments on commit 2aa9808

Please sign in to comment.