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
Use the get_signs.py script to create your data set or Auslan signs.
4
7
8
+
** Step 2 **
5
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.
6
10
11
+
** Step 3 **
7
12
Next, use the make_hand_model.py script to train a full connected network. Be careful to examine the directory references.
8
13
14
+
** Step 4 **
9
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
10
16
17
+
## Optional
11
18
For accuracy and performance metrics, use the classification_report.py script to see your models accuracy
12
19
13
20
Scripts that end in "clustering.py" and "crop_hand.py" are used for clustering from a video source, where the number of hand shapes are unknown.
0 commit comments