Upload config.json
Browse files- 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 |
+
}
|