mrisdi commited on
Commit
8ffac3c
1 Parent(s): 1fcd230

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }