Sa-m commited on
Commit
269e908
1 Parent(s): 823cd73

Upload custom.yaml

Browse files
Files changed (1) hide show
  1. custom.yaml +18 -0
custom.yaml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # COCO 2017 dataset http://cocodataset.org
2
+
3
+ # download command/URL (optional)
4
+ download: bash ./scripts/get_coco.sh
5
+
6
+ # train and val data as 1) directory: path/images/, 2) file: path/images.txt, or 3) list: [path1/images/, path2/images/]
7
+ train: ../train/images
8
+ val: ../valid/images
9
+ test: ../test/images
10
+
11
+
12
+ # number of classes
13
+ nc: 1
14
+
15
+ # class names
16
+ names: ['pothole']
17
+
18
+