{ | |
"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/" | |
} | |
{ | |
"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/" | |
} | |