Datasets:

ArXiv:
felixembi commited on
Commit
e566c1a
·
verified ·
1 Parent(s): 448244a

Update the links to the zip files etc.

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -73,9 +73,9 @@ Below you can find a link to the data description and some development kit (tail
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
 
@@ -84,14 +84,14 @@ Below, you can find all currently available downloads. A README and various scri
84
  The following packages are available for download:
85
 
86
  * [`gtCoarse.zip` (37MB)](https://huggingface.co/datasets/iis-esslingen/LostAndFoundDataset/blob/main/gtCoarse.zip) 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
 
 
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`](https://huggingface.co/datasets/iis-esslingen/LostAndFoundDataset/blob/main/labels.py)
77
 
78
+ A description of the labels of the LostAndFound dataset can be found here: (`laf_table.pdf`)[https://huggingface.co/datasets/iis-esslingen/LostAndFoundDataset/blob/main/laf_table.pdf]
79
 
80
  ## Downloads
81
 
 
84
  The following packages are available for download:
85
 
86
  * [`gtCoarse.zip` (37MB)](https://huggingface.co/datasets/iis-esslingen/LostAndFoundDataset/blob/main/gtCoarse.zip) annotations for train and test sets (2104 annotated images)
87
+ * [`leftImg8bit.zip` (6GB)](https://huggingface.co/datasets/iis-esslingen/LostAndFoundDataset/blob/main/leftImg8bit.zip) left 8-bit images - train and test set (2104 images)
88
+ * [`rightImg8bit.zip` (6GB)](https://huggingface.co/datasets/iis-esslingen/LostAndFoundDataset/blob/main/rightImg8bit.zip) right 8-bit images - train and test set (2104 images)
89
+ * [`leftImg16bit.zip` (17GB)](https://huggingface.co/datasets/iis-esslingen/LostAndFoundDataset/blob/main/leftImg16bit.zip) right 16-bit images - train and test set (2104 images)
90
+ * [`rightImg16bit.zip` (17GB)](https://huggingface.co/datasets/iis-esslingen/LostAndFoundDataset/blob/main/rightImg16bit.zip) right 16-bit images - train and test set (2104 images)
91
+ * [`disparity.zip` (1.4GB)](https://huggingface.co/datasets/iis-esslingen/LostAndFoundDataset/blob/main/disparity.zip) depth maps using Semi-Global Matching for train and test set (2104 images)
92
+ * [`timestamp.tgz` (50kB)](https://huggingface.co/datasets/iis-esslingen/LostAndFoundDataset/blob/main/timestamp.tgz) timestamps for train and test sets
93
+ * [`camera.zip` (1MB)](https://huggingface.co/datasets/iis-esslingen/LostAndFoundDataset/blob/main/camera.zip) Intrinsic and extrinsic camera parameters for train and test sets
94
+ * [`vehicle.zip` (1MB)](https://huggingface.co/datasets/iis-esslingen/LostAndFoundDataset/blob/main/vehicle.zip) vehicle odometry data (speed and yaw rate) for train and test sets
95
 
96
  ## The LostAndFound Dataset License Agreement
97