File size: 267 Bytes
6e15b12 |
1 2 3 4 5 6 7 8 9 10 |
# 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
``` |