-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathconstants.py
More file actions
38 lines (37 loc) · 748 Bytes
/
constants.py
File metadata and controls
38 lines (37 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
IMAGES = (".jpeg", ".jpg", ".jp2", ".png", ".tiff", ".jfif", ".bmp", ".webp", ".heic")
targets = {
0: "grabbing",
1: "grip",
2: "holy",
3: "point",
4: "call",
5: "three3",
6: "timeout",
7: "xsign",
8: "hand_heart",
9: "hand_heart2",
10: "little_finger",
11: "middle_finger",
12: "take_picture",
13: "dislike",
14: "fist",
15: "four",
16: "like",
17: "mute",
18: "ok",
19: "one",
20: "palm",
21: "peace",
22: "peace_inverted",
23: "rock",
24: "stop",
25: "stop_inverted",
26: "three",
27: "three2",
28: "two_up",
29: "two_up_inverted",
30: "three_gun",
31: "thumb_index",
32: "thumb_index2",
33: "no_gesture",
}