djghosh commited on
Commit
7cc5c0d
·
1 Parent(s): 60aeec9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GTSRB (Test set only)
2
+
3
+ Original paper: [Man vs. computer: Benchmarking machine learning algorithms for traffic sign recognition](https://doi.org/10.1016/j.neunet.2012.02.016)
4
+
5
+ Homepage: https://benchmark.ini.rub.de/gtsrb_news.html
6
+
7
+ Bibtex:
8
+ ```
9
+ @article{Stallkamp2012,
10
+ title = "Man vs. computer: Benchmarking machine learning algorithms for traffic sign recognition",
11
+ journal = "Neural Networks",
12
+ volume = "",
13
+ number = "0",
14
+ pages = " - ",
15
+ year = "2012",
16
+ note = "",
17
+ issn = "0893-6080",
18
+ doi = "10.1016/j.neunet.2012.02.016",
19
+ url = "http://www.sciencedirect.com/science/article/pii/S0893608012000457",
20
+ author = "J. Stallkamp and M. Schlipsing and J. Salmen and C. Igel",
21
+ keywords = "Traffic sign recognition",
22
+ keywords = "Machine learning",
23
+ keywords = "Convolutional neural networks",
24
+ keywords = "Benchmarking"
25
+ }
26
+ ```