['helmet', 'helmet-blurred', 'helmet-difficult', 'helmet-partial', 'helmet-sideline']
{'valid': 1989, 'train': 6963, 'test': 995}
Install datasets:
pip install datasets
Load the dataset:
from datasets import load_dataset
ds = load_dataset("keremberke/nfl-object-detection", name="full")
example = ds['train'][0]
Roboflow Dataset Page… See the full description on the dataset page: https://huggingface.co/datasets/keremberke/nfl-object-detection.