Datasets:

Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
Bazyl commited on
Commit
6588dac
1 Parent(s): 5a92134
Files changed (1) hide show
  1. README.md +20 -19
README.md CHANGED
@@ -18,7 +18,7 @@ task_ids:
18
  - multi-label-image-classification
19
  ---
20
 
21
- # Dataset Card for [Needs More Information]
22
 
23
  ## Table of Contents
24
 
@@ -50,37 +50,38 @@ task_ids:
50
  - **Repository:** https://github.com/bazylhorsey/gtsrb/
51
  - **Paper:** Man vs. computer: Benchmarking machine learning algorithms for traffic sign recognition
52
  - **Leaderboard:** https://benchmark.ini.rub.de/gtsrb_results.html
53
- - **Point of Contact:** [Needs More Information]
54
 
55
  ### Dataset Summary
56
 
57
- Recognition of traffic signs is a challenging real-world problem of high industrial relevance. Although commercial systems have reached the market and several studies on this topic have been published, systematic unbiased comparisons of different approaches are missing and comprehensive benchmark datasets are not freely available.
58
- Traffic sign recognition is a multi-class classification problem with unbalanced class frequencies. Traffic signs can provide a wide range of variations between classes in terms of color, shape, and the presence of pictograms or text. However, there exist subsets of classes (e. g., speed limit signs) that are very similar to each other.
59
- The classifier has to cope with large variations in visual appearances due to illumination changes, partial occlusions, rotations, weather conditions, etc.
60
- Humans are capable of recognizing the large variety of existing road signs with close to 100% correctness. This does not only apply to real-world driving, which provides both context and multiple views of a single traffic sign, but also to the recognition from single images.
61
 
62
- ### Supported Tasks and Leaderboards
63
-
64
- [Needs More Information]
 
65
 
66
- ### Languages
67
 
68
- en
 
69
 
70
  ## Dataset Structure
71
 
72
  ### Data Instances
73
 
 
74
  {
75
- "Width": 31,
76
- "Height": 31,
77
- "Roi.X1": 6,
78
- "Roi.Y1": 6,
79
- "Roi.X2": 26,
80
- "Roi.Y2": 26,
81
- "ClassId": 20,
82
- "Path": Train/20/00020_00004_00002.png,
83
  }
 
84
 
85
  ### Data Fields
86
 
18
  - multi-label-image-classification
19
  ---
20
 
21
+ # Dataset Card for GTSRB
22
 
23
  ## Table of Contents
24
 
50
  - **Repository:** https://github.com/bazylhorsey/gtsrb/
51
  - **Paper:** Man vs. computer: Benchmarking machine learning algorithms for traffic sign recognition
52
  - **Leaderboard:** https://benchmark.ini.rub.de/gtsrb_results.html
53
+ - **Point of Contact:** bhorsey16@gmail.com
54
 
55
  ### Dataset Summary
56
 
57
+ The German Traffic Sign Benchmark is a multi-class, single-image classification challenge held at the International Joint Conference on Neural Networks (IJCNN) 2011. We cordially invite researchers from relevant fields to participate: The competition is designed to allow for participation without special domain knowledge. Our benchmark has the following properties:
 
 
 
58
 
59
+ - Single-image, multi-class classification problem
60
+ - More than 40 classes
61
+ - More than 50,000 images in total
62
+ - Large, lifelike database
63
 
64
+ ### Supported Tasks and Leaderboards
65
 
66
+ [Kaggle](https://www.kaggle.com/datasets/meowmeowmeowmeowmeow/gtsrb-german-traffic-sign) \
67
+ [Original](https://benchmark.ini.rub.de/gtsrb_results.html)
68
 
69
  ## Dataset Structure
70
 
71
  ### Data Instances
72
 
73
+ ```
74
  {
75
+ "Width": 31,
76
+ "Height": 31,
77
+ "Roi.X1": 6,
78
+ "Roi.Y1": 6,
79
+ "Roi.X2": 26,
80
+ "Roi.Y2": 26,
81
+ "ClassId": 20,
82
+ "Path": Train/20/00020_00004_00002.png,
83
  }
84
+ ```
85
 
86
  ### Data Fields
87