morancium commited on
Commit
ba1a5d0
·
verified ·
1 Parent(s): f3d4c96

Create config.json

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