File size: 180 Bytes
8ffac3c
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
{
  "model_type": "yolov8",
  "config": {
    "num_classes": 2,
    "input_size": [640, 640],
    "max_detection_boxes": 300,
    "score_thresh": 0.25,
    "iou_thresh": 0.45
  }
}