Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
image
imagewidth (px)
640
1.28k
End of preview. Expand in Data Studio

We provide a set of ready-to-run test samples covering a variety of robot embodiments (ALOHA, ARX5, UR5, Franka, G1, DOS-W1, X5) and data sources (AgiBot World, DROID, RC-Table). Download and unpack them from Huggingface into examples/data/.

hf download D-Robotics/Uranus-Demo-Data --repo-type dataset --local-dir ./examples/data

Each episode lands in ./examples/data/<episode_id>/ and can be passed directly to main.py --sample-dir.

Each sample is a self-contained "XML-environment" directory:

sample_dir/
β”œβ”€β”€ meta.json            # prompt, cameras, mjcf_path, end_effectors, skeleton, fps
β”œβ”€β”€ temporal.json        # step_qpos: [{state, robot2world_transform}, ...]
β”œβ”€β”€ mjcf/
β”‚   └── <robot>.xml      # robot MJCF with baked-in camera calibration & mounts
β”œβ”€β”€ ref_images/
β”‚   └── <camera>.png     # one reference image per camera
└── gt/
    └── <camera>.mp4     # ground-truth video per camera

Your own robot data can be converted into this same format and fed to inference as well, as long as it provides the per-frame qpos, the robot MJCF with calibrated cameras, and one reference image per camera.

Downloads last month
-

Collection including D-Robotics/Uranus-Demo-Data