The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: ValueError
Message: Invalid string class label lost_and_found@0b060d8a1fd4e6d316c4f09dc2110f308a9858eb
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
return get_rows(
^^^^^^^^^
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2543, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2060, in __iter__
for key, pa_table in self._iter_arrow():
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2092, in _iter_arrow
pa_table = cast_table_to_features(pa_table, self.features)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2197, in cast_table_to_features
arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1795, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1995, in cast_array_to_feature
return feature.cast_storage(array)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/features/features.py", line 1169, in cast_storage
[self._strval2int(label) if label is not None else None for label in storage.to_pylist()]
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/features/features.py", line 1098, in _strval2int
raise ValueError(f"Invalid string class label {value}")
ValueError: Invalid string class label lost_and_found@0b060d8a1fd4e6d316c4f09dc2110f308a9858ebNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
LostAndFoundDataset
The original site is down and it is very difficult to find this data elsewhere. This is an unofficial mirror.
The LostAndFound Dataset addresses the problem of detecting unexpected small obstacles on the road often caused by lost cargo.
The dataset comprises 112 stereo video sequences with 2104 annotated frames (picking roughly every tenth frame from the recorded data).
If you are using this dataset in a publication please cite the following paper:
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
(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.)
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
Below you can find a link to the data description and some development kit (tailored for Cityscapes but applicable to LostAndFound as well):
https://github.com/mcordts/cityscapesScripts
In order to replace the cityscapes mapping with lostAndFound labels replace labels.py in the development kit with this file: labels.py
A description of the labels of the LostAndFound dataset can be found here: laf_table.pdf
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.
The following packages are available for download:
- gtCoarse.zip (37MB) annotations for train and test sets (2104 annotated images)
- leftImg8bit.zip (6GB) left 8-bit images - train and test set (2104 images)
- rightImg8bit.zip (6GB) right 8-bit images - train and test set (2104 images)
- leftImg16bit.zip (17GB) right 16-bit images - train and test set (2104 images) - missing
- rightImg16bit.zip (17GB) right 16-bit images - train and test set (2104 images) - missing
- disparity.zip (1.4GB) depth maps using Semi-Global Matching for train and test set (2104 images)
- timestamp.tgz (50kB) timestamps for train and test sets
- camera.zip (1MB) Intrinsic and extrinsic camera parameters for train and test sets
- vehicle.zip (1MB) vehicle odometry data (speed and yaw rate) for train and test sets
The LostAndFound dataset may be used according to the following license agreement:
---------------------- The LostAndFound Dataset ----------------------
License agreement:
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:
- 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.
- 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.
- 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.
- 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).
Contact:
Sebastian Ramos, Peter Pinggera, Stefan Gehrig http://www.6d-vision.com/lostandfounddataset For questions, suggestions, and comments contact Stefan Gehrig (Stefan.Gehrig (at) daimler.com) or Sebastian Ramos.
- Downloads last month
- -