Mike-Alem commited on
Commit
032ed95
·
verified ·
1 Parent(s): 328719a

Upload 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": "yolo",
3
+ "architecture": "YOLOv8x",
4
+ "input_size": [1080, 1080],
5
+ "num_classes": 1,
6
+ "conf_threshold": 0.25,
7
+ "iou_threshold": 0.45,
8
+ "max_det": 300,
9
+ "save_dir": "runs/"
10
+ }