Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
task_categories:
|
2 |
+
- object-detection
|
3 |
+
tags:
|
4 |
+
- roboflow
|
5 |
+
- roboflow2huggingface
|
6 |
+
|
7 |
+
---
|
8 |
+
|
9 |
+
### Dataset Labels
|
10 |
+
|
11 |
+
```
|
12 |
+
['boots', 'gloves', 'hardhat', 'no_boots', 'no_gloves', 'no_hardhat', 'no_vest', 'person', 'vest']
|
13 |
+
```
|