5 items โข Updated โข 7
Dataset Viewer
LingBot-Depth Dataset
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
Sub-datasets
| 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 |
Directory Structure
RobbyReal
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
RobbyVla
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
RobbySim
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
RobbySimVal
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 Description
| 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 |
- Downloads last month
- 2,405
