Updated config
Browse files- config.json +32 -0
config.json
CHANGED
@@ -5,5 +5,37 @@
|
|
5 |
"task": "object-detection",
|
6 |
"inference": {
|
7 |
"pipeline_tag": "object-detection"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
}
|
9 |
}
|
|
|
5 |
"task": "object-detection",
|
6 |
"inference": {
|
7 |
"pipeline_tag": "object-detection"
|
8 |
+
},
|
9 |
+
"id2label": {
|
10 |
+
"0": "player",
|
11 |
+
"1": "Storm Timer",
|
12 |
+
"2": "Killfeed",
|
13 |
+
"3": "Player Count",
|
14 |
+
"4": "Minimap",
|
15 |
+
"5": "Storm Shrink Warning",
|
16 |
+
"6": "Eliminations",
|
17 |
+
"7": "Health",
|
18 |
+
"8": "Shield",
|
19 |
+
"9": "Inventory",
|
20 |
+
"10": "Buildings",
|
21 |
+
"11": "Wood Material",
|
22 |
+
"12": "Brick Material",
|
23 |
+
"13": "Metal Material",
|
24 |
+
"14": "Compass",
|
25 |
+
"15": "Equipped Item",
|
26 |
+
"16": "Waypoint",
|
27 |
+
"17": "Sprint Meter",
|
28 |
+
"18": "Safe Zone",
|
29 |
+
"19": "playerIcon",
|
30 |
+
"20": "Tree",
|
31 |
+
"21": "Stone",
|
32 |
+
"22": "Building",
|
33 |
+
"23": "Wood Building",
|
34 |
+
"24": "Stone Building",
|
35 |
+
"25": "Metal Building",
|
36 |
+
"26": "Wall",
|
37 |
+
"27": "Ramp",
|
38 |
+
"28": "Pyramid",
|
39 |
+
"29": "Floor"
|
40 |
}
|
41 |
}
|