FiftyOne-Compatible Object Detection Datasets
Collection
Parquet formatted datasets loadable into FiftyOne with 1 line: https://docs.voxel51.com/integrations/huggingface.html#loading-datasets-from-the-hub • 7 items • Updated
• 2
image imagewidth (px) 415 1.08k |
|---|
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.
If you haven't already, install FiftyOne:
pip install -U fiftyone
import fiftyone as fo
import fiftyone.utils.huggingface as fouh
# Load the dataset
# Note: other available arguments include 'split', 'max_samples', etc
dataset = fouh.load_from_hub("dgural/hard-hat-detection")
# Launch the App
session = fo.launch_app(dataset)
Improve workplace safety by detecting people and hard hats on 5k images with bbox annotations.
Dataset taken from https://www.kaggle.com/datasets/andrewmvd/hard-hat-detection/data and created by andrewmvd
BibTeX:
@misc{make ml, title={Hard Hat Dataset}, url={https://makeml.app/datasets/hard-hat-workers}, journal={Make ML}}