Spaces:
Runtime error
Runtime error
Upload custom.yaml
Browse files- Vehicle_dataset/custom.yaml +15 -0
Vehicle_dataset/custom.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
|
10 |
+
|
11 |
+
# number of classes
|
12 |
+
nc: 5
|
13 |
+
|
14 |
+
# class names
|
15 |
+
names: ['Ambulance', 'Bus', 'Car', 'Motorcycle', 'Truck']
|