File size: 387 Bytes
38eb6c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "model_type": "yolo",
    "architecture": "YOLOv8n",
    "task": "object-detection",
    "input_size": [640, 640],
    "num_classes": 1,
    "pretrained": true,
    "training_config": {
        "epochs": 120,
        "batch_size": 128,
        "device": "cuda",
        "amp": true
    },
    "metrics": {
        "mAP50": 0.931,
        "mAP50-95": 0.581
    }
}