luisarizmendi/yolo11-safety-equipment
Object Detection
•
Updated
•
1
Error code: UnexpectedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
image
image |
---|
- glove
- goggles
- helmet
- mask
- no_glove
- no_goggles
- no_helmet
- no_mask
- no_shoes
- shoes
{'train': 6838, 'valid': 1960, 'test': 973}
https://universe.roboflow.com/luisarizmendi/safety-or-hat/dataset/1
This dataset is based on this other one that you can find in Roboflow
pip install datasets
from datasets import load_dataset
ds = load_dataset("luisarizmendi/safety-equipment", name="full")
example = ds['train'][0]