File size: 224 Bytes
032ed95
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
    "model_type": "yolo",
    "architecture": "YOLOv8x",
    "input_size": [1080, 1080],
    "num_classes": 1,
    "conf_threshold": 0.25,
    "iou_threshold": 0.45,
    "max_det": 300,
    "save_dir": "runs/"
}