Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Mobile Aloha Dataset for RDT
|
| 2 |
+
|
| 3 |
+
## Dataset
|
| 4 |
+
|
| 5 |
+
Download the ` tfrecord_part_a*` files from this repository. To reconstruct and extract the complete dataset, execute the following commands:
|
| 6 |
+
|
| 7 |
+
```bash
|
| 8 |
+
cat tfrecord_part_a* > tfrecord_part_a.zip
|
| 9 |
+
unzip tfrecord_part_a.zip
|
| 10 |
+
```
|