Mike-Alem's picture
Upload config.json
032ed95 verified
raw
history blame contribute delete
224 Bytes
{
"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/"
}