Datasets:
Tasks:
Image Classification
Formats:
parquet
Sub-tasks:
multi-label-image-classification
Size:
10K - 100K
License:
Bazyl
commited on
Commit
·
6588dac
1
Parent(s):
5a92134
gtsrb
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ task_ids:
|
|
18 |
- multi-label-image-classification
|
19 |
---
|
20 |
|
21 |
-
# Dataset Card for
|
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:**
|
54 |
|
55 |
### Dataset Summary
|
56 |
|
57 |
-
|
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 |
-
|
63 |
-
|
64 |
-
|
|
|
65 |
|
66 |
-
###
|
67 |
|
68 |
-
|
|
|
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:** [email protected]
|
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 |
|