TalBarami commited on
Commit
1d6e532
·
verified ·
1 Parent(s): 15e4b3c

Upload classes.json with huggingface_hub

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