Commit
6e15b12
·
verified ·
1 Parent(s): e68733c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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
+ ```