yolov8-mask / config.json
mrisdi's picture
Create config.json
8ffac3c verified
raw
history blame
180 Bytes
{
"model_type": "yolov8",
"config": {
"num_classes": 2,
"input_size": [640, 640],
"max_detection_boxes": 300,
"score_thresh": 0.25,
"iou_thresh": 0.45
}
}