File size: 150 Bytes
329c48d
541f525
329c48d
 
541f525
329c48d
1
2
3
4
5
6
from datasets import load_dataset

ds = load_dataset("keremberke/german-traffic-sign-detection", name="full")
example = ds['train'][0]

print(example)