Upload data.yaml with huggingface_hub
Browse files
data.yaml
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
names:
|
2 |
+
- boat
|
3 |
+
- camping car
|
4 |
+
- car
|
5 |
+
- motorcycle
|
6 |
+
- other
|
7 |
+
- pickup
|
8 |
+
- plane
|
9 |
+
- tractor
|
10 |
+
- truck
|
11 |
+
- van
|
12 |
+
nc: 10
|
13 |
+
roboflow:
|
14 |
+
license: CC BY 4.0
|
15 |
+
project: vehicle-detection-from-satellite
|
16 |
+
url: https://universe.roboflow.com/chargepoly/vehicle-detection-from-satellite/dataset/1
|
17 |
+
version: 1
|
18 |
+
workspace: chargepoly
|
19 |
+
test: /kaggle/working/Vehicle-detection-from-satellite-1/test/images
|
20 |
+
train: /kaggle/working/Vehicle-detection-from-satellite-1/train/images
|
21 |
+
val: /kaggle/working/Vehicle-detection-from-satellite-1/valid/images
|