Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
leoxthomas
/
K-Vehicles
Like
4
Tasks:
Object Detection
Modalities:
Image
Text
Formats:
imagefolder
Size:
10K - 100K
Tags:
YOLO
aerial image
remote sensing
vehicle detection
Libraries:
Datasets
Croissant
License:
cc-by-nc-4.0
Dataset card
Data Studio
Files
Files and versions
xet
Community
1
leoxthomas
commited on
Jan 7
Commit
3a41003
·
verified
·
1 Parent(s):
62ac021
Upload data.yaml
Browse files
Files changed (1)
hide
show
data.yaml
+12
-0
data.yaml
ADDED
Viewed
@@ -0,0 +1,12 @@
1
+
train: ../train/images
2
+
val: ../valid/images
3
+
test: ../test/images
4
+
5
+
nc: 7
6
+
names: ["bus",
7
+
"truck",
8
+
"forklift",
9
+
"machinery",
10
+
"pickup",
11
+
"tractor",
12
+
"car"]