TalBarami commited on
Commit
d34b726
·
verified ·
1 Parent(s): e8ad41b

Upload classes.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. classes.json +75 -0
classes.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "movement": {
3
+ "index": 0,
4
+ "type": "dynamic",
5
+ "n_classes": 9,
6
+ "ignore": false,
7
+ "values": {
8
+ "front walk": 0,
9
+ "left walk": 1,
10
+ "right walk": 2,
11
+ "front hand raise": 3,
12
+ "left hand raise": 4,
13
+ "right hand raise": 5,
14
+ "front wave": 6,
15
+ "left wave": 7,
16
+ "right wave": 8
17
+ }
18
+ },
19
+ "body": {
20
+ "index": 1,
21
+ "type": "static",
22
+ "n_classes": 6,
23
+ "ignore": false,
24
+ "values": {
25
+ "light": 0,
26
+ "neutral": 1,
27
+ "dark-gray": 2,
28
+ "gray": 3,
29
+ "brown": 4,
30
+ "black": 5
31
+ }
32
+ },
33
+ "bottom": {
34
+ "index": 2,
35
+ "type": "static",
36
+ "n_classes": 6,
37
+ "ignore": false,
38
+ "values": {
39
+ "white": 0,
40
+ "yellow": 1,
41
+ "red": 2,
42
+ "gray": 3,
43
+ "shade-green": 4,
44
+ "green": 5
45
+ }
46
+ },
47
+ "top": {
48
+ "index": 3,
49
+ "type": "static",
50
+ "n_classes": 6,
51
+ "ignore": false,
52
+ "values": {
53
+ "red": 0,
54
+ "blue": 1,
55
+ "white": 2,
56
+ "gray": 3,
57
+ "brown": 4,
58
+ "white-tie": 5
59
+ }
60
+ },
61
+ "hair": {
62
+ "index": 4,
63
+ "type": "static",
64
+ "n_classes": 6,
65
+ "ignore": false,
66
+ "values": {
67
+ "green": 0,
68
+ "blue": 1,
69
+ "orange": 2,
70
+ "white": 3,
71
+ "red": 4,
72
+ "purple": 5
73
+ }
74
+ }
75
+ }