TalBarami commited on
Commit
11eba9c
·
verified ·
1 Parent(s): 704384f

Upload classes.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. classes.json +112 -0
classes.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "floor_hue": {
3
+ "index": 0,
4
+ "type": "static",
5
+ "n_classes": 10,
6
+ "ignore": false,
7
+ "values": {
8
+ "0": 0,
9
+ "1": 1,
10
+ "2": 2,
11
+ "3": 3,
12
+ "4": 4,
13
+ "5": 5,
14
+ "6": 6,
15
+ "7": 7,
16
+ "8": 8,
17
+ "9": 9
18
+ }
19
+ },
20
+ "wall_hue": {
21
+ "index": 1,
22
+ "type": "static",
23
+ "n_classes": 10,
24
+ "ignore": false,
25
+ "values": {
26
+ "0": 0,
27
+ "1": 1,
28
+ "2": 2,
29
+ "3": 3,
30
+ "4": 4,
31
+ "5": 5,
32
+ "6": 6,
33
+ "7": 7,
34
+ "8": 8,
35
+ "9": 9
36
+ }
37
+ },
38
+ "object_hue": {
39
+ "index": 2,
40
+ "type": "static",
41
+ "n_classes": 10,
42
+ "ignore": false,
43
+ "values": {
44
+ "0": 0,
45
+ "1": 1,
46
+ "2": 2,
47
+ "3": 3,
48
+ "4": 4,
49
+ "5": 5,
50
+ "6": 6,
51
+ "7": 7,
52
+ "8": 8,
53
+ "9": 9
54
+ }
55
+ },
56
+ "scale": {
57
+ "index": 3,
58
+ "type": "static",
59
+ "n_classes": 2,
60
+ "ignore": true,
61
+ "values": {
62
+ "0": 0,
63
+ "7": 1
64
+ }
65
+ },
66
+ "shape": {
67
+ "index": 4,
68
+ "type": "static",
69
+ "n_classes": 4,
70
+ "ignore": false,
71
+ "values": {
72
+ "0": 0,
73
+ "1": 1,
74
+ "2": 2,
75
+ "3": 3
76
+ }
77
+ },
78
+ "orientation": {
79
+ "index": 5,
80
+ "type": "static",
81
+ "n_classes": 1,
82
+ "ignore": true,
83
+ "values": {
84
+ "0": 0
85
+ }
86
+ },
87
+ "scale_dynamic": {
88
+ "index": 6,
89
+ "type": "dynamic",
90
+ "n_classes": 6,
91
+ "ignore": false,
92
+ "values": {
93
+ "0": 0,
94
+ "1": 1,
95
+ "2": 2,
96
+ "3": 3,
97
+ "4": 4,
98
+ "5": 5
99
+ }
100
+ },
101
+ "orientation_dynamic": {
102
+ "index": 7,
103
+ "type": "dynamic",
104
+ "n_classes": 3,
105
+ "ignore": false,
106
+ "values": {
107
+ "0": 0,
108
+ "1": 1,
109
+ "2": 2
110
+ }
111
+ }
112
+ }