File size: 830 Bytes
9510420 7b02c5a 9510420 7b02c5a 9510420 7b02c5a 46570b5 7b02c5a 9510420 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
{
"architecture": "YOLOv8",
"framework": "PyTorch",
"input_size": [3, 640, 640],
"num_classes": 4,
"anchors": [
[10, 13], [16, 30], [33, 23],
[30, 61], [62, 45], [59, 119],
[116, 90], [156, 198], [373, 326]
],
"pretrained": true,
"stride": [8, 16, 32],
"model_type": "detection",
"task": "object-detection",
"labels": [
{
"name": "damaged_roof",
"color": "#157177",
"type": "polygon",
"attributes": []
},
{
"name": "surface_damage",
"color": "#31fa0d",
"type": "polygon",
"attributes": []
},
{
"name": "boarded_up_window",
"color": "#4cb5c7",
"type": "polygon",
"attributes": []
},
{
"name": "graffiti",
"color": "#f59331",
"type": "polygon",
"attributes": []
}
]
}
|