Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
20
37
scene10.ecsn.4f.sofa.phase2
scene11.ecss.4f.sofa.phase0
scene11.ecss.4f.sofa.phase1
scene11.ecss.4f.sofa.phase2
scene12.ecss.4f.sofa.phase1
scene12.ecss.4f.sofa.phase2
scene13.ecss.4f.sofa.phase2
scene14.ecss.4f.sofa.phase2
scene15.ecss.4f.sofa.phase0
scene15.ecss.4f.sofa.phase1
scene15.ecss.4f.sofa.phase2
scene16.SU.CHECKERBOARD.phase2
scene17.SU.CHECKERBOARD.phase1
scene19.su.CHECKERBOARD.phase0
scene21.jo.4f.phase1
scene22.jo.4f.phase0
scene22.jo.4f.phase1
scene22.jo.4f.phase2
scene23.jo.4f.phase1
scene23.jo.4f.phase2
scene24.jo.4f.phase1
scene25.jo.4f.phase1
scene25.jo.4f.phase2
scene26.gaming2.JUMBOTRONSTAGE.phase1
scene27.gaming2.JUMBOTRONSTAGE.phase1
scene28.gaming2.JUMBOTRONSTAGE.phase1
scene29.gaming2.JUMBOTRONSTAGE.phase0
scene29.gaming2.JUMBOTRONSTAGE.phase1
scene30.gaming2.JUMBOTRONSTAGE.phase1
scene31.ecss.3f.sofaNchairs.phase0
scene31.ecss.3f.sofaNchairs.phase1
scene31.ecss.3f.sofaNchairs.phase2
scene32.ecss.3f.sofaNchairs.phase0
scene32.ecss.3f.sofaNchairs.phase1
scene32.ecss.3f.sofaNchairs.phase2
scene34.ecss.3f.sofaNchairs.phase0
scene34.ecss.3f.sofaNchairs.phase1
scene35.ecss.3f.sofaNchairs.phase1
scene35.ecss.3f.sofaNchairs.phase2
scene36.jo.4f.phase0
scene36.jo.4f.phase1
scene37.jo.4f.phase1
scene37.jo.4f.phase2
scene38.jo.4f.phase0
scene38.jo.4f.phase1
scene4.library.fountain.phase0
scene4.library.fountain.phase2
scene47.ecss.out.stairs.phase2
scene48.ecss.out.stairs.phase2
scene51.TENNISCOURTS.Ground.phase0
scene51.TENNISCOURTS.Ground.phase1
scene51.TENNISCOURTS.Ground.phase2
scene53.TENNISCOURTS.Ground.phase0
scene53.TENNISCOURTS.Ground.phase2
scene54.TENNISCOURTS.Ground.phase0
scene54.TENNISCOURTS.Ground.phase2
scene55.TENNISCOURTS.Ground.phase0
scene55.TENNISCOURTS.Ground.phase1
scene55.TENNISCOURTS.Ground.phase2
scene56.rec.in.phase1
scene57.rec.in.phase0
scene57.rec.in.phase1
scene57.rec.in.phase2
scene58.rec.in.phase2
scene59.rec.in.phase0
scene59.rec.in.phase2
scene6.ecsn.4f.sofa.phase1
scene60.rec.in.phase0
scene60.rec.in.phase2
scene66.ecsw.3f.dept.phase0
scene66.ecsw.3f.dept.phase1
scene68.ecsw.3f.dept.phase0
scene68.ecsw.3f.dept.phase2
scene69.ecsw.3f.dept.phase0
scene69.ecsw.3f.dept.phase1
scene70.ecsw.3f.dept.phase0
scene71.ecsw.atriumStairs.phase0
scene71.ecsw.atriumStairs.phase1
scene71.ecsw.atriumStairs.phase2
scene72.ecsw.atriumStairs.phase0
scene73.ecsw.atriumStairs.phase2
scene75.ecsw.atriumStairs.phase0
scene75.ecsw.atriumStairs.phase1
scene75.ecsw.atriumStairs.phase2
scene77.gaming2.phase2
scene8.ecsn.4f.sofa.phase1
scene8.ecsn.4f.sofa.phase2
scene86.jsom.atrium.phase2
scene9.ecsn.4f.sofa.phase2
scene90.jsom.atrium.phase1
scene90.jsom.atrium.phase2
scene91.ad.out.phase1
scene92.ad.out.phase0
scene92.ad.out.phase1
scene93.ad.out.phase0
scene93.ad.out.phase1
scene93.ad.out.phase2
scene94.ad.out.phase1
scene95.ad.out.phase1
scene97.jsom.rocks.phase2

RPX: Robot Perception X

A real-world RGB-D benchmark for evaluating robot perception under embodied deployment conditions.

Dataset at a glance

Multi-object scenes (MOS) 100 (3 phases each: clutter / interaction / clean)
Single-object scenes (SOS) 220 (one 360° collection per object)
Total files 2,155,056
Total bytes 328.5 GB

Modality inventory

modality files bytes
cam_pose 185,000 102.3 MB
cam_pose_icp 16,574 312.9 MB
depth 185,000 24.5 GB
fisheye 370,000 102.3 GB
jpg 750 20.3 MB
mask_refinement 0 0 B
rgb 185,000 61.6 GB
sam2/_meta 1,685 562.9 KB
sam2/bbox_overlay 1,005 254.5 MB
sam2/contour_gt_masks 185,000 45.5 GB
sam2/dino_output 384,926 29.2 GB
sam2/mask_refinement 10,116 1.0 GB
sam2/masks 185,000 354.0 MB
sam2/masks_contour_with_hidden 75,000 23.5 GB
sam2/palette 185,000 413.2 MB
sam2/rgb_and_mask 185,000 39.4 GB

Quick start

pip install "rpx-benchmark[hub]"
hf auth login
from rpx_benchmark.dataset_hub import download_for_task

# Pull just RGB + masks for the Easy difficulty tier — never the whole repo.
res = download_for_task(task="segmentation", split="easy",
                          repo_id="itaykadosh/RPX")
print(res.local_dir, res.matched_scenes)
# Or from the CLI:
python -m rpx_benchmark.dataset_hub.cli download \
    --task segmentation --split easy \
    --repo-id itaykadosh/RPX

A subsequent call for a different task on the same split (e.g. relative_pose) reuses the cached RGB tars and only fetches the new modality (cam_pose) as the delta.

Repo layout

itaykadosh/RPX/
├── manifest/
│   ├── frames_v1.parquet     # per-frame metadata (always pulled, ~30 MB)
│   └── current.json          # default version per label modality
├── splits/
│   ├── scene_splits.json
│   ├── easy.txt  medium.txt  hard.txt
├── scenes/<scene_id>/<phase>/                     # MOS
│   ├── rgb.tar  depth.tar  fisheye.tar
│   └── labels/{cam_pose,masks,masks_aux,sam2_meta,vqa}/v1.tar
├── objects/<object_id>/0/                         # SOS
│   └── (same modality structure)
├── objects_meta/                                  # questionnaire dedup
│   ├── _index.json
│   └── <object_id>/questionnaire.json
└── README.md   ←  this file

Tasks

Multi-object (use a difficulty split)

recipe inputs → labels
monocular_depth ['rgb'] → ['depth']
rgbd_segmentation ['depth', 'rgb'] → ['masks']
segmentation ['rgb'] → ['masks']
relative_pose ['rgb'] → ['cam_pose']
rgbd_relative_pose ['depth', 'rgb'] → ['cam_pose']
stereo_depth ['fisheye'] → ['depth']
object_tracking ['rgb'] → ['masks']
vqa ['rgb'] → ['questionnaire', 'vqa']

Single-object (no split — these are object templates)

recipe inputs → labels
object_templates ['rgb'] → ['masks']
object_templates_rgbd ['depth', 'rgb'] → ['masks']
object_pose_library ['depth', 'rgb'] → ['cam_pose', 'masks']

Label versioning

Labels live at labels/<name>/v<N>.tar. Newer versions land at new paths; old versions stay reachable for reproducibility.

modality current version
masks v1
masks_aux v1
sam2_meta v1
cam_pose v1

To pin to a specific version:

download_for_task(
    task="relative_pose", split="easy", repo_id="itaykadosh/RPX",
    label_versions={"cam_pose": "v1"},   # don't auto-upgrade to v2
)

Citation

@misc{rpx2026,
    title  = {RPX: Robot Perception X — A real-world RGB-D benchmark for
              embodied perception},
    author = {IRVL UT Dallas},
    year   = 2026,
    url    = {https://huggingface.co/datasets/itaykadosh/RPX},
}

License

Released under the cc-by-4.0 license.

Downloads last month
59