Dataset Viewer
The dataset viewer is not available for this subset.
Job manager crashed while running this job (missing heartbeats).

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.

RoboMME Training Data (H5 format)

Arxiv Paper | HF Paper | Website | Benchmark Code | Policy Learning Code

H5 format of RoboMME training data. There are a total of 16 tasks, each with 100 episodes.

.
├── README.md
├── record_dataset_BinFill.h5.tar.xz
├── record_dataset_ButtonUnmask.h5.tar.xz
├── record_dataset_ButtonUnmaskSwap.h5.tar.xz
├── record_dataset_InsertPeg.h5.tar.xz
├── record_dataset_MoveCube.h5.tar.xz
├── record_dataset_PatternLock.h5.tar.xz
├── record_dataset_PickHighlight.h5.tar.xz
├── record_dataset_PickXtimes.h5.tar.xz
├── record_dataset_RouteStick.h5.tar.xz
├── record_dataset_StopCube.h5.tar.xz
├── record_dataset_SwingXtimes.h5.tar.xz
├── record_dataset_VideoPlaceButton.h5.tar.xz
├── record_dataset_VideoPlaceOrder.h5.tar.xz
├── record_dataset_VideoRepick.h5.tar.xz
├── record_dataset_VideoUnmask.h5.tar.xz
└── record_dataset_VideoUnmaskSwap.h5.tar.xz

For more information about dataset usage, please refer to https://github.com/RoboMME/robomme_benchmark?tab=readme-ov-file#-training-data

We also provide other formats of RoboMME training data for people to use:

  1. Pickle format, which is used in our MME-VLA experiments.
  2. Lerobot format, which is used in our Diffusion Policy experiments.
  3. TensorFlow Dataset format, which is used in our MemoryVLA experiments.

After donwload this dataset, run

python tarxz_h5.py decompress --input_dir <robomme_data_h5_dir> --jobs 16 --remove_archive

to extract the xz files.

Downloads last month
173

Collection including Yinpei/robomme_data_h5

Paper for Yinpei/robomme_data_h5