Create config.json
Browse files- config.json +10 -0
config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "yolov8",
|
3 |
+
"config": {
|
4 |
+
"num_classes": 2,
|
5 |
+
"input_size": [640, 640],
|
6 |
+
"max_detection_boxes": 300,
|
7 |
+
"score_thresh": 0.25,
|
8 |
+
"iou_thresh": 0.45
|
9 |
+
}
|
10 |
+
}
|