Dataset Card for hard-hat-detection
This dataset, contains 5000 images with bounding box annotations in the PASCAL VOC format for these 3 classes:

This is a FiftyOne dataset with 5000 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
import fiftyone.utils.huggingface as fouh
dataset = fouh.load_from_hub("dgural/hard-hat-detection")
session = fo.launch_app(dataset)
Dataset Details
Dataset Description
Improve workplace safety by detecting people and hard hats on 5k images with bbox annotations.
- Language(s) (NLP): en
- License: cc0-1.0
Dataset Sources
Source Data
Dataset taken from https://www.kaggle.com/datasets/andrewmvd/hard-hat-detection/data and created by andrewmvd
Citation
BibTeX:
@misc{make ml,
title={Hard Hat Dataset},
url={https://makeml.app/datasets/hard-hat-workers},
journal={Make ML}}