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
Spaces:
PrashanthB461
/
Safety_Violation_CCTV_AI
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PrashanthB461
commited on
Jun 9, 2025
Commit
a4e4ec9
·
verified
·
1 Parent(s):
99b3adc
Create data.yaml
Browse files
Files changed (1)
hide
show
data.yaml
+6
-0
data.yaml
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
train: ./dataset/images/train
2
+
val: ./dataset/images/val
3
+
test: ./dataset/images/test
4
+
5
+
nc: 3
6
+
names: ['no_helmet', 'unsafe_distance', 'unauthorized_area']