-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathconstants.py
More file actions
18 lines (17 loc) · 929 Bytes
/
constants.py
File metadata and controls
18 lines (17 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SERIALS = ["222200042", "222200044", "222200046", "222200040", "222200036", "222200048", "220700191", "222200041",
"222200037", "222200038", "222200047", "222200043", "222200049", "222200039", "222200045", "221501007"]
TEST_SEQUENCES = {
18: ["EXP-5-mouth", "EMO-3-angry+sad"],
37: ["EMO-1-shout+laugh", "EMO-2-surprise+fear"],
38: ["EMO-4-disgust+happy", "SEN-08-clothes_and_lodging"],
55: ["EXP-3-cheeks+nose", "SEN-04-two_plus_seven"],
74: ["EMO-1-shout+laugh", "EXP-4-lips"],
124: ["EMO-1-shout+laugh", "EMO-4-disgust+happy"],
145: ["EMO-1-shout+laugh", "EXP-9-jaw-2"],
165: ["EMO-2-surprise+fear", "EMO-4-disgust+happy"],
175: ["EMO-3-angry+sad", "EMO-4-disgust+happy"],
210: ["EMO-4-disgust+happy", "EXP-3-cheeks+nose"],
251: ["EMO-1-shout+laugh", "EXP-2-eyes"],
264: ["EMO-4-disgust+happy", "EXP-2-eyes"],
304: ["EMO-1-shout+laugh", "EMO-2-surprise+fear"],
}