LingBot-Depth
Collection
5 items β’ Updated β’ 7
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.
Self-curated RGB-D dataset for training LingBot-Depth, a masked depth modeling approach (arxiv:2601.17895). 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 |