constructionsafety
construction-safety-object-detection
Dataset Labels
['barricade', 'dumpster', 'excavators', 'gloves', 'hardhat', 'mask', 'no-hardhat', 'no-mask', 'no-safety vest', 'person', 'safety net', 'safety shoes', 'safety vest', 'dump truck', 'mini-van', 'truck', 'wheel loader']
Number of Images
{'train': 307, 'valid': 57, 'test': 34}
How to Use
Install datasets:
pip install datasets
Load the dataset:
from datasets import load_dataset
ds =… See the full description on the dataset page: https://huggingface.co/datasets/keremberke/construction-safety-object-detection.construction-safety-gsnvb
Construction Safety Gsnvb
This dataset is part of the Roboflow 100 benchmark, a diverse collection of 100 object detection datasets spanning 7 imagery domains.
Dataset Statistics
Split
Images
Train
997
Validation
119
Test
90
Total
1,206
Classes (5)
helmet
no-helmet
no-vest
person
vest
Usage
With LibreYOLO
from libreyolo import LIBREYOLO
# Load a model
model = LIBREYOLO(model_path="libreyoloXnano.pt")
# Train on… See the full description on the dataset page: https://huggingface.co/datasets/LibreYOLO/construction-safety-gsnvb.construction-safety-gsnvb
Dataset Card for construction-safety-gsnvb
** The original COCO dataset is stored at dataset.tar.gz**
Dataset Summary
construction-safety-gsnvb
Supported Tasks and Leaderboards
object-detection: The dataset can be used to train a model for Object Detection.
Languages
English
Dataset Structure
Data Instances
A data point comprises an image and its object annotations.
{
'image_id': 15,
'image':… See the full description on the dataset page: https://huggingface.co/datasets/Francesco/construction-safety-gsnvb.details_DBCMLAB__Llama-3-instruction-constructionsafety-layertuningconstruction-safety-embeddingsconstruction-safety-object-detection
Dataset Labels
['barricade', 'dumpster', 'excavators', 'gloves', 'hardhat', 'mask', 'no-hardhat', 'no-mask', 'no-safety vest', 'person', 'safety net', 'safety shoes', 'safety vest', 'dump truck', 'mini-van', 'truck', 'wheel loader']
Number of Images
{'train': 307, 'valid': 57, 'test': 34}
How to Use
Install datasets:
pip install datasets
Load the dataset:
from datasets import load_dataset
ds =… See the full description on the dataset page: https://huggingface.co/datasets/emanueledecandia/construction-safety-object-detection.
