Create config.json
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"task": "detect",
|
3 |
+
"data": "/content/Solar-Rooftops-1/data.yaml",
|
4 |
+
"imgsz": 640,
|
5 |
+
"single_cls": false,
|
6 |
+
"model": "YOLOv8n_roof.pt"
|
7 |
+
}
|