sieann commited on
Commit
5182b8a
·
verified ·
1 Parent(s): 8417d8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -8,16 +8,56 @@ language:
8
  tags:
9
  - traffic sign recognition
10
  - synthetic
 
11
  - OCTAS
12
  pretty_name: Synset Signset Germany
13
  ---
14
 
 
 
15
  # Synset Signset Germany
16
 
17
  <!-- Provide a quick summary of the dataset. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
- **Download / more info**: [synset.de/datasets/synset-signset-ger/](https://synset.de/datasets/synset-signset-ger/)
20
 
 
 
21
 
22
  ## Dataset Card Contact
23
 
 
8
  tags:
9
  - traffic sign recognition
10
  - synthetic
11
+ - synset
12
  - OCTAS
13
  pretty_name: Synset Signset Germany
14
  ---
15
 
16
+ <img src="synset-signset-germany-title-image.png" width=100% />
17
+
18
  # Synset Signset Germany
19
 
20
  <!-- Provide a quick summary of the dataset. -->
21
+ The <em>Synset Signset Germany</em> dataset addresses the task of traffic sign recognition in Germany. It contains a total of 105,500 images of 211 different
22
+ German traffic sign classes, including newly published (2020) and thus comparatively rare traffic signs. The subset of the first 43 classes in the dataset aims to represent
23
+ a “synthetic twin” of the well-known [GTSRB](https://ieeexplore.ieee.org/abstract/document/6033395) dataset.
24
+
25
+ **Website**: [synset.de/datasets/synset-signset-ger/](https://synset.de/datasets/synset-signset-ger/) <br>
26
+ **Paper:** Sielemann, A., Loercher, L., Schumacher, M. L., Wolf, S., Roschani, M., Ziehn, J. and Beyerer, J. (2024). [Synset Signset Germany: a Synthetic Dataset for German Traffic Sign Recognition](https://ieeexplore.ieee.org/abstract/document/10920175). In 2024 IEEE International Conference on Robotics and Automation (ICRA). [[arXiv](https://arxiv.org/abs/2512.05936)] <br>
27
+ **Authors:** [Anne Sielemann](https://www.linkedin.com/in/anne-sielemann-23011026a/), Lena Lörcher, Max-Lion Schumacher, [Stefan Wolf](https://www.linkedin.com/in/stefan-wolf-2552211a9/),
28
+ Masoud Roschani, [Jens Ziehn](https://www.linkedin.com/in/jrziehn/), and Juergen Beyerer. [Fraunhofer IOSB](https://www.iosb.fraunhofer.de/) and [Fraunhofer IPA](https://www.ipa.fraunhofer.de/), Germany. <br>
29
+ **Funded by:** [Fraunhofer](https://www.fraunhofer.de/en.html) Internal Programs under Grant No. PREPARE 40-02702 within the ML4Safety project and the [German Federal Ministry for Economic Affairs and Climate Action](https://www.bundeswirtschaftsministerium.de/Navigation/EN/Home/home.html), within the program “New Vehicle and System Technologies” as part of the [AVEAS](https://aveas.org/) research project. <br>
30
+ **License:** CC-BY 4.0 <br>
31
+
32
+ ## Citation
33
+
34
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
35
+
36
+ **BibTeX:**
37
+
38
+ @inproceedings{synset_signset_ger_sielemann_2024,
39
+ title={{Synset Signset Germany: A Synthetic Dataset for German Traffic Sign Recognition}},
40
+ author={Sielemann, Anne and Loercher, Lena and Schumacher, Max-Lion and Wolf, Stefan and Roschani, Masoud and Ziehn, Jens and Beyerer, Juergen},
41
+ booktitle={2024 IEEE 27th International Conference on Intelligent Transportation Systems (ITSC)},
42
+ year={2024}
43
+ }
44
+
45
+ **APA:**
46
+
47
+ Sielemann, A., Loercher, L., Schumacher, M., Wolf, S., Roschani, M., Ziehn, J., and Beyerer, J. (2024).<br>
48
+ Synset Signset Germany: A Synthetic Dataset for German Traffic Sign Recognition. <br>
49
+ In 2024 IEEE 27th International Conference on Intelligent Transportation Systems (ITSC).
50
+
51
+ ## Bias, Risks, and Limitations
52
+
53
+ ### Recommendations
54
+
55
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
56
 
57
+ <!-- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. -->
58
 
59
+ It is recommended to use the dataset primarily for scientific research. Application to practical real-world use cases should include
60
+ human oversight and the exhaustive evaluation of the fitness for the respective purpose, including the impact of domain shifts.
61
 
62
  ## Dataset Card Contact
63