Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
"task": "detect",
|
3 |
"mode": "train",
|
4 |
"model": "yolov8s.pt",
|
@@ -104,5 +104,5 @@
|
|
104 |
"crop_fraction": 1,
|
105 |
"cfg": null,
|
106 |
"tracker": "botsort.yaml",
|
107 |
-
"save_dir": "runs
|
108 |
}
|
|
|
1 |
+
{
|
2 |
"task": "detect",
|
3 |
"mode": "train",
|
4 |
"model": "yolov8s.pt",
|
|
|
104 |
"crop_fraction": 1,
|
105 |
"cfg": null,
|
106 |
"tracker": "botsort.yaml",
|
107 |
+
"save_dir": "runs/train/size10243"
|
108 |
}
|