datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
hard-hat-detection
Dataset Labels
['hardhat', 'no-hardhat']
Number of Images
{'test': 2001, 'train': 13782, 'valid': 3962}
How to Use
Install datasets:
pip install datasets
Load the dataset:
from datasets import load_dataset
ds = load_dataset("keremberke/hard-hat-detection", name="full")
example = ds['train'][0]
Roboflow Dataset Page
https://universe.roboflow.com/roboflow-universe-projects/hard-hats-fhbh5/dataset/2
Citation
@misc{… See the full description on the dataset page: https://huggingface.co/datasets/keremberke/hard-hat-detection.hardhat
Dataset Card for "hardhat"
More Information needed
hard-hat-heroes
Hard Hat Heroes: Construction Safety Detection
Dataset Summary
A public, viewer-ready educational challenge dataset. Host-only scoring data and hidden targets are excluded.
Splits
Split
Examples
Description
train
4,000
Labeled training data
test
1,000
Public inputs with withheld target labels or annotations
Data Fields
Field
Type
image
Image
image_id
string
width
int64
height
int64
objects.bbox… See the full description on the dataset page: https://huggingface.co/datasets/hoangbang/hard-hat-heroes.hardhathardHat_allhardHat_all
