Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,14 @@ tags:
|
|
| 5 |
- roboflow
|
| 6 |
- roboflow2huggingface
|
| 7 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
from datasets import load_dataset
|
| 9 |
|
| 10 |
dataset = load_dataset("Chapian/PPE_detection")
|
|
|
|
| 5 |
- roboflow
|
| 6 |
- roboflow2huggingface
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
### Dataset Labels
|
| 10 |
+
|
| 11 |
+
```
|
| 12 |
+
['ad', 'airsweeper', 'bombtower', 'canon', 'clancastle', 'eagle', 'inferno', 'kingpad', 'mortar', 'queenpad', 'rcpad', 'scattershot', 'th13', 'wardenpad', 'wizztower', 'xbow']
|
| 13 |
+
```
|
| 14 |
+
|
| 15 |
+
|
| 16 |
from datasets import load_dataset
|
| 17 |
|
| 18 |
dataset = load_dataset("Chapian/PPE_detection")
|