-
Notifications
You must be signed in to change notification settings - Fork 341
/
Copy pathlabels.py
62 lines (62 loc) · 1.54 KB
/
labels.py
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
LABELS = [
'drink water',
'eat meal/snack',
'brushing teeth',
'brushing hair',
'drop',
'pickup',
'throw',
'sitting down',
'standing up (from sitting position)',
'clapping',
'reading',
'writing',
'tear up paper',
'wear jacket',
'take off jacket',
'wear a shoe',
'take off a shoe',
'wear on glasses',
'take off glasses',
'put on a hat/cap',
'take off a hat/cap',
'cheer up',
'hand waving',
'kicking something',
'reach into pocket',
'hopping (one foot jumping)',
'jump up',
'make a phone call/answer phone',
'playing with phone/tablet',
'typing on a keyboard',
'pointing to something with finger',
'taking a selfie',
'check time (from watch)',
'rub two hands together',
'nod head/bow',
'shake head',
'wipe face',
'salute',
'put the palms together',
'cross hands in front (say stop)',
'sneeze/cough',
'staggering',
'falling',
'touch head (headache)',
'touch chest (stomachache/heart pain)',
'touch back (backache)',
'touch neck (neckache)',
'nausea or vomiting condition',
'use a fan (with hand or paper)/feeling warm',
'punching/slapping other person',
'kicking other person',
'pushing other person',
'pat on back of other person',
'point finger at the other person',
'hugging other person',
'giving something to other person',
'touch other person\'s pocket',
'handshaking',
'walking towards each other',
'walking apart from each other',
]