{ | |
"model_type": "yolov8", | |
"config": { | |
"num_classes": 2, | |
"input_size": [640, 640], | |
"max_detection_boxes": 300, | |
"score_thresh": 0.25, | |
"iou_thresh": 0.45 | |
} | |
} |
{ | |
"model_type": "yolov8", | |
"config": { | |
"num_classes": 2, | |
"input_size": [640, 640], | |
"max_detection_boxes": 300, | |
"score_thresh": 0.25, | |
"iou_thresh": 0.45 | |
} | |
} |