Skip to content

Commit 03e3141

Browse files
authored
Update README.md
1 parent f1ead14 commit 03e3141

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ API_SERVER_ADDRESS=<Server_IP>
4444
cd DeepCamera
4545
./run-on-rpi.sh start
4646
```
47-
# Train face recognition model on device
47+
# Label on GUI, Train on device
4848

4949
To train face recogniton model, you need to tell AI the pictures belongs to whom AKA label dataset.
5050
Most used method is save pictures into different folders, then train them. It will cost so much time.
@@ -53,7 +53,7 @@ detected faces, user can label the face picture(Name Unknown) on it, when server
5353
it sends to device, then device will train face recognition model on edge device. When there's good model
5454
trained on device, the device will send recognition result to server to show result on web/mobile GUI.
5555

56-
## 1. Use API server web gui to train face recognition model
56+
## 1. Use API server web gui to label and train train face recognition model
5757
```
5858
cat docker/workaipython/ro_serialno
5959
82f28703d001
@@ -64,7 +64,7 @@ Access http://165.232.62.29:3000/
6464

6565
![how to config on web gui](screenshots/how_to_config_on_web_gui.png)
6666

67-
## 2. Use Mobile APP to train face recognition model
67+
## 2. Use Mobile APP to label and train face recognition model on device
6868
### Get device serial number
6969
```
7070
cat docker/workaipython/ro_serialno

0 commit comments

Comments
 (0)