You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
3
3
## How to use
4
4
5
-
**Step 1**
5
+
### Step 1:
6
6
Use the get_signs.py script to create your data set or Auslan signs.
7
7
8
-
**Step 2**
8
+
### Step 2
9
9
Then use the create_data.py script to run the MediaPipe framework over your collected data to create a dataset for training a fully connected network.
10
10
11
-
**Step 3**
11
+
### Step 3
12
12
Next, use the make_hand_model.py script to train a full connected network. Be careful to examine the directory references.
13
13
14
-
**Step 4**
14
+
### Step 4
15
15
Finally, Use posenet_video.py script to classify your handshapes from data has been collected. Make sure this script references your trained hand model
0 commit comments