329c48d 541f525 2aba7eb 329c48d 541f525 329c48d
1
2
3
4
5
6
7
from datasets import load_dataset ds = load_dataset("keremberke/german-traffic-sign-detection", name="full", trust_remote_code=True) example = ds['train'][0] print(example)