prestonzen's picture
Create config.json
9510420 verified
raw
history blame
344 Bytes
{
"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"
}