datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
cvat-sinon_less-segmentation
Sinon_Less - Segmentation Dataset
Instance Segmentation dataset with polygon annotations.
Labels
Person
Hard Hat
No Head Protection
Cleanroom Suit
Splash Proof Gown
No Protective Clothing
Full Face Mask
No Full Face Mask
Usage
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("Daniel246/cvat-sinon_less-segmentation")
# Access splits
train_data = dataset["train"]
val_data = dataset["val"]
test_data = dataset["test"]
# Example:… See the full description on the dataset page: https://huggingface.co/datasets/Daniel246/cvat-sinon_less-segmentation.cvat_yolov8_labels_onlycvat-pipeline-5-cloud_segmentation_4f3b74fc
