|
{ |
|
"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": [] |
|
} |
|
] |
|
} |
|
|