prestonzen
commited on
Update config.json
Browse files- config.json +34 -4
config.json
CHANGED
@@ -1,15 +1,45 @@
|
|
1 |
{
|
2 |
"architecture": "YOLOv8",
|
3 |
"framework": "PyTorch",
|
4 |
-
"input_size": [3, 640, 640],
|
5 |
"num_classes": 4,
|
6 |
"anchors": [
|
7 |
-
[10, 13], [16, 30], [33, 23],
|
8 |
-
[30, 61], [62, 45], [59, 119],
|
9 |
[116, 90], [156, 198], [373, 326]
|
10 |
],
|
11 |
"pretrained": true,
|
12 |
"stride": [8, 16, 32],
|
13 |
"model_type": "detection",
|
14 |
-
"task": "object-detection"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
}
|
|
|
1 |
{
|
2 |
"architecture": "YOLOv8",
|
3 |
"framework": "PyTorch",
|
4 |
+
"input_size": [3, 640, 640],
|
5 |
"num_classes": 4,
|
6 |
"anchors": [
|
7 |
+
[10, 13], [16, 30], [33, 23],
|
8 |
+
[30, 61], [62, 45], [59, 119],
|
9 |
[116, 90], [156, 198], [373, 326]
|
10 |
],
|
11 |
"pretrained": true,
|
12 |
"stride": [8, 16, 32],
|
13 |
"model_type": "detection",
|
14 |
+
"task": "object-detection",
|
15 |
+
"class_map": [
|
16 |
+
{
|
17 |
+
"name": "damaged_roof",
|
18 |
+
"id": 4105778,
|
19 |
+
"color": "#157177",
|
20 |
+
"type": "polygon",
|
21 |
+
"attributes": []
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"name": "surface_damage",
|
25 |
+
"id": 4105779,
|
26 |
+
"color": "#31fa0d",
|
27 |
+
"type": "polygon",
|
28 |
+
"attributes": []
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"name": "boarded_up_window",
|
32 |
+
"id": 4105780,
|
33 |
+
"color": "#4cb5c7",
|
34 |
+
"type": "polygon",
|
35 |
+
"attributes": []
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"name": "graffiti",
|
39 |
+
"id": 4105781,
|
40 |
+
"color": "#f59331",
|
41 |
+
"type": "polygon",
|
42 |
+
"attributes": []
|
43 |
+
}
|
44 |
+
]
|
45 |
}
|