aloha-data / README.md
robotics-diffusion-transformer's picture
Create README.md
6e15b12 verified
|
raw
history blame contribute delete
267 Bytes
# Mobile Aloha Dataset for RDT
## Dataset
Download the ` tfrecord_part_a*` files from this repository. To reconstruct and extract the complete dataset, execute the following commands:
```bash
cat tfrecord_part_a* > tfrecord_part_a.zip
unzip tfrecord_part_a.zip
```