Datasets:

ArXiv:
felixembi commited on
Commit
8e68484
·
verified ·
1 Parent(s): 9a5a770

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +108 -13
README.md CHANGED
@@ -1,21 +1,116 @@
1
  ---
2
  gated: true
3
- extra_gated_heading: The LostAndFound dataset may be used according to the following license agreement
4
- extra_gated_description: |-
 
 
5
  ---------------------- The LostAndFound Dataset ----------------------
6
-
 
7
  License agreement:
8
-
9
- This dataset is made freely available to academic and non-academic entities for non-commercial purposes such as academic research, teaching, scientific publications, or personal experimentation. Permission is granted to use the data given that you agree:
10
- 1. That the dataset comes "AS IS", without express or implied warranty. Although every effort has been made to ensure accuracy, we (Daimler AG) do not accept any responsibility for errors or omissions.
11
- 2. That you include a reference to the LostAndFound Dataset in any work that makes use of the dataset. For research papers, cite our preferred publication as listed on our website; for other media link to the dataset website.
12
- 3. That you do not distribute this dataset or modified versions. It is permissible to distribute derivative works in as far as they are abstract representations of this dataset (such as machine learning models trained on it or additional annotations that do not directly include any of our data) and do not allow to recover the dataset or something similar in character.
13
- 4. That you may not use the dataset or any derivative work for commercial purposes as, for example, licensing or selling the data, or using the data with a purpose to procure a commercial gain. 5. That all rights not expressly granted to you are reserved by us (Daimler AG).
14
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  Contact:
16
-
 
17
  Sebastian Ramos, Peter Pinggera, Stefan Gehrig
 
18
  http://www.6d-vision.com/lostandfounddataset
19
- For questions, suggestions, and comments contact Stefan Gehrig (Stefan.Gehrig (at) mercedes-benz.com) or Sebastian Ramos.
 
 
20
  extra_gated_button_content: Acknowledge terms and conditions
21
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  gated: true
3
+ extra_gated_heading: >-
4
+ The LostAndFound dataset may be used according to the following license
5
+ agreement
6
+ extra_gated_description: >-
7
  ---------------------- The LostAndFound Dataset ----------------------
8
+
9
+
10
  License agreement:
11
+
12
+
13
+ This dataset is made freely available to academic and non-academic entities
14
+ for non-commercial purposes such as academic research, teaching, scientific
15
+ publications, or personal experimentation. Permission is granted to use the
16
+ data given that you agree:
17
+
18
+ 1. That the dataset comes "AS IS", without express or implied warranty.
19
+ Although every effort has been made to ensure accuracy, we (Daimler AG) do not
20
+ accept any responsibility for errors or omissions.
21
+
22
+ 2. That you include a reference to the LostAndFound Dataset in any work that
23
+ makes use of the dataset. For research papers, cite our preferred publication
24
+ as listed on our website; for other media link to the dataset website.
25
+
26
+ 3. That you do not distribute this dataset or modified versions. It is
27
+ permissible to distribute derivative works in as far as they are abstract
28
+ representations of this dataset (such as machine learning models trained on it
29
+ or additional annotations that do not directly include any of our data) and do
30
+ not allow to recover the dataset or something similar in character.
31
+
32
+ 4. That you may not use the dataset or any derivative work for commercial
33
+ purposes as, for example, licensing or selling the data, or using the data
34
+ with a purpose to procure a commercial gain. 5. That all rights not expressly
35
+ granted to you are reserved by us (Daimler AG).
36
+
37
+
38
  Contact:
39
+
40
+
41
  Sebastian Ramos, Peter Pinggera, Stefan Gehrig
42
+
43
  http://www.6d-vision.com/lostandfounddataset
44
+
45
+ For questions, suggestions, and comments contact Stefan Gehrig (Stefan.Gehrig
46
+ (at) mercedes-benz.com) or Sebastian Ramos.
47
  extra_gated_button_content: Acknowledge terms and conditions
48
+ task_categories:
49
+ - object-detection
50
+ size_categories:
51
+ - 10B<n<100B
52
+ ---
53
+
54
+ # LostAndFoundDataset
55
+
56
+ Original Website: [https://sites.google.com/a/6d-vision.com/www/current-research/lostandfounddataset](https://sites.google.com/a/6d-vision.com/www/current-research/lostandfounddataset)
57
+
58
+ The LostAndFound Dataset addresses the problem of detecting unexpected small obstacles on the road often caused by lost cargo.
59
+
60
+ The dataset comprises 112 stereo video sequences with 2104 annotated frames (picking roughly every tenth frame from the recorded data).
61
+
62
+ ## Citation
63
+
64
+ If you are using this dataset in a publication please cite the following paper:
65
+
66
+ Peter Pinggera, Sebastian Ramos, Stefan Gehrig, Uwe Franke, Carsten Rother, Rudolf Mester, "Lost and Found: Detecting Small Road Hazards for Self-Driving Vehicles", Proceedings of IROS 2016, Daejeon, Korea. Link to the paper
67
+
68
+ (This material is presented to ensure timely dissemination of scholarly and technical work. Copyright and all rights therein are retained by authors or by other copyright holders. All persons copying this information are expected to adhere to the terms and constraints invoked by each author's copyright. In most cases, these works may not be reposted without the explicit permission of the copyright holder.)
69
+
70
+ For the data format and the interpretation of the data sources we refer to the description of the Cityscapes dataset format which we closely follow: [http://www.cityscapes-dataset.com](http://www.cityscapes-dataset.com)
71
+
72
+ Below you can find a link to the data description and some development kit (tailored for Cityscapes but applicable to LostAndFound as well):
73
+
74
+ [https://github.com/mcordts/cityscapesScripts](https://github.com/mcordts/cityscapesScripts)
75
+
76
+ In order to replace the cityscapes mapping with lostAndFound labels replace `labels.py` in the development kit with this file: `labels.py`
77
+
78
+ A description of the labels of the LostAndFound dataset can be found here: `laf_table.pdf`
79
+
80
+ ## Downloads
81
+
82
+ Below, you can find all currently available downloads. A README and various scripts for inspection, preparation, and evaluation can be found in above git repository.
83
+
84
+ The following packages are available for download:
85
+
86
+ * `gtCoarse.zip` (37MB) annotations for train and test sets (2104 annotated images)
87
+ * `leftImg8bit.zip` (6GB) left 8-bit images - train and test set (2104 images)
88
+ * `rightImg8bit.zip` (6GB) right 8-bit images - train and test set (2104 images)
89
+ * `leftImg16bit.zip` (17GB) right 16-bit images - train and test set (2104 images)
90
+ * `rightImg16bit.zip` (17GB) right 16-bit images - train and test set (2104 images)
91
+ * `disparity.zip` (1.4GB) depth maps using Semi-Global Matching for train and test set (2104 images)
92
+ * `timestamp.tgz` (50kB) timestamps for train and test sets
93
+ * `camera.zip` (1MB) Intrinsic and extrinsic camera parameters for train and test sets
94
+ * `vehicle.zip` (1MB) vehicle odometry data (speed and yaw rate) for train and test sets
95
+
96
+ ## The LostAndFound Dataset License Agreement
97
+
98
+ The LostAndFound dataset may be used according to the following license agreement:
99
+
100
+ ---
101
+
102
+ **License agreement:**
103
+
104
+ 1. That the dataset comes "AS IS", without express or implied warranty. Although every effort has been made to ensure accuracy, we (Daimler AG) do not accept any responsibility for errors or omissions.
105
+ 2. That you include a reference to the LostAndFound Dataset in any work that makes use of the dataset. For research papers, cite our preferred publication as listed on our website; for other media link to the dataset website.
106
+ 3. That you do not distribute this dataset or modified versions. It is permissible to distribute derivative works in as far as they are abstract representations of this dataset (such as machine learning models trained on it or additional annotations that do not directly include any of our data) and do not allow to recover the dataset or something similar in character.
107
+ 4. That you may not use the dataset or any derivative work for commercial purposes as, for example, licensing or selling the data, or using the data with a purpose to procure a commercial gain.
108
+ 5. That all rights not expressly granted to you are reserved by us (Daimler AG).
109
+
110
+ ---
111
+
112
+ ## Contact
113
+
114
+ Sebastian Ramos, Peter Pinggera, Stefan Gehrig
115
+ [http://www.6d-vision.com/lostandfounddataset](http://www.6d-vision.com/lostandfounddataset)
116
+ For questions, suggestions, and comments contact Stefan Gehrig (Stefan.Gehrig (at) mercedes-benz.com) or Sebastian Ramos.