LingBot-Depth
Collection
5 items β’ Updated β’ 7
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 80, in _split_generators
first_examples = list(islice(pipeline, self.NUM_EXAMPLES_FOR_FEATURES_INFERENCE))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 33, in _get_pipeline_from_tar
for filename, f in tar_iterator:
^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/track.py", line 49, in __iter__
for x in self.generator(*self.args):
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 1380, in _iter_from_urlpath
yield from cls._iter_tar(f)
File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 1331, in _iter_tar
stream = tarfile.open(fileobj=f, mode="r|*")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/tarfile.py", line 1886, in open
t = cls(name, filemode, stream, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/tarfile.py", line 1762, in __init__
self.firstmember = self.next()
^^^^^^^^^^^
File "/usr/local/lib/python3.12/tarfile.py", line 2750, in next
raise ReadError(str(e)) from None
tarfile.ReadError: invalid header
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 65, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Self-curated RGB-D dataset for training LingBot-Depth, a depth estimation model. Each sample contains an RGB image, raw sensor depth, and ground truth depth.
Total size: 2.71 TB
Depth scale: millimeters (mm), stored as 16-bit PNG
License: CC BY-NC-SA 4.0
| Name | Description | Samples |
|---|---|---|
| RobbyReal | Real-world indoor scenes captured with multiple RGB-D cameras | 1,400,000 |
| RobbyVla | Real-world data collected during VLA (Vision-Language-Action) robot manipulation tasks | 580,960 |
| RobbySim | Simulated data rendered from two camera viewpoints | 999,264 |
| RobbySimVal | Validation split of simulated data | 38,976 |
| Total | 3,019,200 |
RobbyReal/
βββ <scene_id>/ # e.g. 00001_01_room
βββ orbbec_335_<seq>/
β βββ color/ # RGB images
β βββ gtdepth/ # Ground truth depth
β βββ rawdepth/ # Raw sensor depth
β βββ intrinsic.txt
βββ orbbec_335L_<seq>/
β βββ color/
β βββ gtdepth/
β βββ rawdepth/
β βββ intrinsic.txt
βββ realsense_D415_<seq>/
β βββ color/
β βββ gtdepth/
β βββ rawdepth/
β βββ intrinsic.txt
βββ realsense_D435_<seq>/
β βββ color/
β βββ gtdepth/
β βββ rawdepth/
β βββ intrinsic.txt
βββ realsense_D455_<seq>/
βββ color/
βββ gtdepth/
βββ rawdepth/
βββ intrinsic.txt
Data collected during VLA robot manipulation tasks on two robot platforms.
RobbyVla/
βββ franka/ # Franka robot arm
β βββ <seq>/
β βββ left_realsense405/
β β βββ color/
β β βββ gtdepth/
β β βββ rawdepth/
β β βββ intrinsic.txt
β βββ right_realsense405/
β βββ color/
β βββ gtdepth/
β βββ rawdepth/
β βββ intrinsic.txt
βββ ur7e/ # UR7e robot arm
βββ <seq>/
βββ left_realsense405/
β βββ color/
β βββ gtdepth/
β βββ rawdepth/
β βββ intrinsic.txt
βββ right_realsense405/
βββ color/
βββ gtdepth/
βββ rawdepth/
βββ intrinsic.txt
Simulated data rendered from two camera viewpoints: object_view and rrt_view.
RobbySim/
βββ intrinsics.txt
βββ object_view/
β βββ <scene_id>/<cam_id>/ # e.g. xxxx/00, xxxx/01
β βββ 0001_cam0_left.jpg # RGB image
β βββ 0001_cam0_depth.png # Ground truth depth
β βββ 0001_cam0_rmd2c.png # Raw depth
βββ rrt_view/
βββ <scene_id>/<cam_id>/
βββ 0001_cam0_left.jpg
βββ 0001_cam0_depth.png
βββ 0001_cam0_rmd2c.png
Validation split of simulated data.
RobbySimVal/
βββ val_view/
βββ <scene_id>/<cam_id>/ # e.g. xxxx/00, xxxx/01
βββ intrinsics.txt
βββ 0001_cam0_rgb.left.jpg # RGB image
βββ 0001_cam0_depth_left.png # Ground truth depth
βββ 0001_cam0_rawdepth.left.png # Raw depth
| File/Folder | Description |
|---|---|
color/ / *_rgb*.jpg |
RGB images |
gtdepth/ / *_depth*.png |
Ground truth depth maps (16-bit PNG, unit: mm) |
rawdepth/ / *_rawdepth*.png / *_rmd2c*.png |
Raw depth from sensor before post-processing (16-bit PNG, unit: mm) |
intrinsic.txt / intrinsics.txt |
Camera intrinsic parameters |