Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
image
imagewidth (px)
64
6.5k
label
class label
19 classes
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
0a
1b
1b
1b
1b
1b
1b
1b
1b
1b
2c
2c
2c
2c
2c
2c
2c
2c
2c
End of preview. Expand in Data Studio

Swedish Traffic Signs Information with English Translations

Dataset Description

This dataset provides structured information about Swedish traffic signs in JSON Lines (.jsonl) format, ideal for traffic sign recognition, multimodal language model training, computer vision tasks, or educational purposes. Each entry includes a sign’s code, category, title, and description in Swedish (_sv) and English (_en). Swedish information is fetched from the Swedish Transport Agency, with translations using US English equivalents where applicable for global compatibility, heavily referencing the MUTCD 11th Edition (October 2024, https://mutcd.fhwa.dot.gov/kno_11th_Edition.htm, source: https://mutcd.fhwa.dot.gov/pdfs/11th_Edition/mutcd11theditionhl.pdf). Where no US equivalent exists, clear translations preserve Swedish context.

The Swedish information in the dataset is sourced from the Swedish Transport Agency, covering signs across categories such as regulatory, warning, and transit signals." Images are provided in the /images/ folder.

Dataset Structure

JSONL fields:

  • image_name: Path to the sign image (e.g., /images/sig/SIG10.png).
  • sign_code: Official code (e.g., "SIG10").
  • category_sv: Category in Swedish.
  • title_sv: Title in Swedish.
  • description_sv: Detailed description in Swedish.
  • category_en: Category in English.
  • title_en: Title in English, using US equivalents where possible.
  • description_en: Description in English, with US equivalents or notes.

Example Entry:

{
    "image_name": "/images/b/B2.png",
    "sign_code": "B2",
    "category_sv": "Väjningspliktsmärken",
    "title_sv": "Stopplikt",
    "description_sv": "Märket anger att förare har stopplikt före infart på korsande väg, led eller spårområde och att bestämmelserna i 3 kap. 19 § trafikförordningen är tillämpliga. Om samtliga tillfarter i en korsning har stopplikt anges detta med tilläggstavla T14, flervägsstopp.",
    "category_en": "Right-of-Way Signs / Regulatory Signs",
    "title_en": "Stop",
    "description_en": "Indicates that drivers must stop completely before entering the intersecting road, path, or track area. All-way stop condition indicated by T14 plaque. (Equivalent to US R1-1)."
}
{
    "image_name": "/images/sig/SIG10.png",
    "sign_code": "SIG10",
    "category_sv": "Trafiksignaler",
    "title_sv": "Lodrätt streck eller pil",
    "description_sv": "Fordon och spårvagn får fortsätta framåt. Pil innebär att signalen gäller den färdriktning som anges med pilen.",
    "category_en": "Transit Signals / Public Transport Signals",
    "title_en": "Transit Signal - Go (Vertical Bar or Arrow)",
    "description_en": "Proceed. Public transport vehicles may continue straight ahead. An arrow indicates the signal applies to the direction shown. (Note: US equivalent is typically a vertical bar)."
}

License

This dataset is provided under MIT license - free to use, modify, and distribute.

Downloads last month
81