Dataset Viewer
Duplicate
Search is not available for this dataset
train
list
val
list
[ "007006_v2", "007512_v2", "004478_v2", "002200", "000666", "001556", "001025_v2", "006381_v2", "002928", "005174", "003500_v2", "008087_v2", "007162_v2", "003063", "009430_v2", "004852_v2", "004111_v2", "009340_v2", "000407", "001536", "005717", "005726_v2", "007229_v2", ...
[ "010285_v2", "001864", "004751", "002653_v2", "005149", "003051", "007464_v2", "002272", "002285", "005332_v2", "004523_v2", "008000", "005780", "010286_v2", "006404_v2", "002249", "001611_v2", "004644", "007588_v2", "002219_v2", "006969_v2", "001571_v2", "002617_v2", "...

Dataset of paper ManipDreamer3D

arXiv GitHub HuggingFace

This repository contains the dataset for the paper ManipDreamer3D : Synthesizing Plausible Robotic Manipulation Video with Occupancy-aware 3D Trajectory.

Data Structure

The dataset is organized as follows:

manipdreamer3d_data/
├── 000000/ # data processed from bridge-v1
├── 000000_v2/ # data processed from bridge-v2
│   ├── data.json                       # contains gripper state, camera params, etc.
│   ├── depth_0000.png                  # partial depth values (skip every 3 frames)
│   ├── ...
│   ├── depth_0024.png
│   ├── first_frame.ply                 # point cloud of the first frame
│   ├── first_frame_gripper_mask.png    # gripper mask of the first frame
│   ├── first_frame_object_mask.png     # object mask of the first frame
│   ├── im_0000.png                     # RGB images
│   ├── ...
│   ├── im_0024.png
│   ├── lang.txt                        # language instruction
│   ├── object.ply                      # object point cloud of the first frame
│   ├── object_bbox_0.2.png             # object bounding box of the first frame
│   ├── FAIL                            # if the episode failed process

Citation

If you find this dataset useful in your research, please consider citing the following paper:

@article{li2025manipdreamer3d,
  title={ManipDreamer3D: Synthesizing Plausible Robotic Manipulation Video with Occupancy-aware 3D Trajectory},
  author={Li, Ying and Wei, Xiaobao and Chi, Xiaowei and Li, Yuming and Zhao, Zhongyu and Wang, Hao and Ma, Ningning and Lu, Ming and Zhang, Shanghang},
  journal={arXiv preprint arXiv:2509.05314},
  year={2025}
}
Downloads last month
74,638

Paper for myendless/ManipDreamer3D_data