kumuji commited on
Commit
62132e5
·
verified ·
1 Parent(s): 72317f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -19
README.md CHANGED
@@ -1,6 +1,8 @@
1
- LostAndFoundDataset
2
 
3
- Original Website: https://sites.google.com/a/6d-vision.com/www/current-research/lostandfounddataset
 
 
4
 
5
  The LostAndFound Dataset addresses the problem of detecting unexpected small obstacles on the road often caused by lost cargo.
6
 
@@ -26,23 +28,15 @@ Below, you can find all currently available downloads. A README and various scri
26
 
27
  The following packages are available for download:
28
 
29
- gtCoarse.zip (37MB) annotations for train and test sets (2104 annotated images)
30
-
31
- leftImg8bit.zip (6GB) left 8-bit images - train and test set (2104 images)
32
-
33
- rightImg8bit.zip (6GB) right 8-bit images - train and test set (2104 images)
34
-
35
- leftImg16bit.zip (17GB) right 16-bit images - train and test set (2104 images)
36
-
37
- rightImg16bit.zip (17GB) right 16-bit images - train and test set (2104 images)
38
-
39
- disparity.zip (1.4GB) depth maps using Semi-Global Matching for train and test set (2104 images)
40
-
41
- timestamp.tgz (50kB) timestamps for train and test sets
42
-
43
- camera.zip (1MB) Intrinsic and extrinsic camera parameters for train and test sets
44
-
45
- vehicle.zip (1MB) vehicle odometry data (speed and yaw rate) for train and test sets
46
 
47
  The LostAndFound dataset may be used according to the following license agreement:
48
 
 
1
+ # LostAndFoundDataset
2
 
3
+ _The original site is down and it is very difficult to find this data elsewhere. This is an unofficial mirror._
4
+
5
+ - Original Website: https://sites.google.com/a/6d-vision.com/www/current-research/lostandfounddataset
6
 
7
  The LostAndFound Dataset addresses the problem of detecting unexpected small obstacles on the road often caused by lost cargo.
8
 
 
28
 
29
  The following packages are available for download:
30
 
31
+ * gtCoarse.zip (37MB) annotations for train and test sets (2104 annotated images)
32
+ * leftImg8bit.zip (6GB) left 8-bit images - train and test set (2104 images)
33
+ * rightImg8bit.zip (6GB) right 8-bit images - train and test set (2104 images)
34
+ * leftImg16bit.zip (17GB) right 16-bit images - train and test set (2104 images)
35
+ * rightImg16bit.zip (17GB) right 16-bit images - train and test set (2104 images)
36
+ * disparity.zip (1.4GB) depth maps using Semi-Global Matching for train and test set (2104 images)
37
+ * timestamp.tgz (50kB) timestamps for train and test sets
38
+ * camera.zip (1MB) Intrinsic and extrinsic camera parameters for train and test sets
39
+ * vehicle.zip (1MB) vehicle odometry data (speed and yaw rate) for train and test sets
 
 
 
 
 
 
 
 
40
 
41
  The LostAndFound dataset may be used according to the following license agreement:
42