task_categories: | |
- object-detection | |
tags: | |
- roboflow | |
- roboflow2huggingface | |
### Dataset Labels | |
``` | |
['ad', 'airsweeper', 'bombtower', 'canon', 'clancastle', 'eagle', 'inferno', 'kingpad', 'mortar', 'queenpad', 'rcpad', 'scattershot', 'th13', 'wardenpad', 'wizztower', 'xbow'] | |
``` | |
from datasets import load_dataset | |
dataset = load_dataset("Chapian/PPE_detection") |