Skip to content

Commit d6e0045

Browse files
authored
Update README.md
1 parent 5d75901 commit d6e0045

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ The three IMUs (MPU9250) are connected to the ESP32-S3 through four data lines a
2525
三個 IMU(MPU9250)遵循串行外設介面(SPI)協議,通過四條數據線和兩條電源線連接到 ESP32-S3。此通訊協議可以在數據總線上訪問多個相同類型的從設備。此外,一個指南針(GY26)遵循通用異步接收器/發射器(UART)協議,通過兩條數據線和兩條電源線連接到 ESP32-S3。
2626

2727
Finally, we use a power bank to power the ESP32-S3.
28-
2928
除此之外,我們使用了一個行動電源作為 ESP32-S3 的電源供應。![Hardware Design](res/hardware_structure.jpg)
3029

3130
## The Server Design
32-
First, we set up a Flask server to receive raw data represented as a JSON string. The server then performs data filtering and transformation calculations (from world coordinates to palm coordinates) using several backend nodes. The processed data is then fed into the model to infer the gesture class based on a pre-trained gesture model. Finally, the decision module retrieves the output from the gesture recognition model and combines it with the orientation information of the gesture to send commands to the target devices.
31+
First, we establish a Flask server to receive raw data represented as a JSON string. The server then performs data filtering and transformation calculations (from world coordinates to palm coordinates) using several backend nodes. The processed data is then fed into the model to infer the gesture class based on a pre-trained gesture model. Finally, the decision module retrieves the output from the gesture recognition model and combines it with the orientation information of the gesture to send commands to the target devices.
3332
首先,我們建立一個 Flask 伺服器來接收以 JSON 字符串表示的原始數據。接著伺服器藉由後端節點來進行數據過濾和轉換計算(從對地座標轉為對手掌坐標)等任務。接著被處理好的數據將會被輸入至模型,並且根據預訓練的手勢模型來推斷手勢類別。最後,決策模塊將從手勢識別模型獲取輸出,並結合手勢的方向訊息發送命令給目標設備。
3433

3534
![Server Design](res/server_arch.jpg)
@@ -44,4 +43,4 @@ This project consists of two main submodules:
4443
## Demo
4544
A demo video showcasing the functionality of the project can be found here: [Demo Video](https://cse.hkust.edu.hk/ug/fyp/posters/gallery/2022-2023/96_CSB1_Media.mp4)
4645

47-
For more implementation detail, please find them here: [Smart Glove](res/fyp_final_report.pdf)
46+
For more implementation detail, please find them here: [Smart Glove](res/fyp_final_report.pdf)

0 commit comments

Comments
 (0)