l2aggle commited on
Commit
ccbea16
·
0 Parent(s):

Add Agibot2UnitreeG1Retarget dataset (30GB split into 4GB parts)

Browse files
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ *.tar.gz.* filter=lfs diff=lfs merge=lfs -text
A2UG1_dataset.tar.gz.aa ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:539966629f73acf461f2f5d4ba1a1a79b93a05e5b61488174f6cd7b046567da1
3
+ size 4294967296
A2UG1_dataset.tar.gz.ab ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adfa5a22ee0f7e9817e2e934bc71f39f18118f1caa88462f4fbfd5ab27623473
3
+ size 4294967296
A2UG1_dataset.tar.gz.ac ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a63f08d02a44830273d464dfac1c52daf2a052b5df0a03f46e999d6165f02907
3
+ size 4294967296
A2UG1_dataset.tar.gz.ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7be7fea56b20359f8eb3499462baeaa5b4128baf533c8abc089c29d3192e834
3
+ size 4294967296
A2UG1_dataset.tar.gz.ae ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dadb32d99c6506a55b59621259fa29db5e1bf1ef3bd88cd3bbaa775af9e0c2d
3
+ size 4294967296
A2UG1_dataset.tar.gz.af ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c458a9274c4c1c880710049a992767cdd8bbfc0f2123cd3bf04d4534e3510b4
3
+ size 4294967296
A2UG1_dataset.tar.gz.ag ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09f4c5bc7359834ce6e4ddf58bc0aa361eff82fae393f1fd293d4198e18b33c4
3
+ size 3510052222
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - motion-retargeting
7
+ - humanoid-robot
8
+ - agibot
9
+ - unitree-g1
10
+ size_categories:
11
+ - 10G<n<100G
12
+ ---
13
+
14
+ # Agibot2UnitreeG1Retarget Dataset
15
+
16
+ ## Description
17
+ This dataset contains motion retargeting data from Agibot to UnitreeG1 humanoid robot.
18
+
19
+ ## Dataset Size
20
+ - Total size: ~30GB
21
+ - Split into multiple 4GB parts for easier download
22
+
23
+ ## Usage
24
+
25
+ ### Download
26
+ ```bash
27
+ git clone https://huggingface.co/datasets/l2aggle/Agibot2UnitreeG1Retarget
28
+ cd Agibot2UnitreeG1Retarget
29
+ ```
30
+
31
+
32
+ ## Extract
33
+ ```bash
34
+ cat A2UG1_dataset.tar.gz.* | tar -xzf -
35
+ ```
36
+
37
+
38
+ This will create the complete `A2UG1_dataset` folder with all original files.
39
+ ## File Structure
40
+
41
+ After extraction, you'll get the complete dataset directory structure.
42
+ ## Requirements
43
+
44
+ - At least 30GB free disk space for extraction
45
+ - tar and gzip utilities (standard on Linux/Mac)
46
+
47
+
48
+ ## License
49
+
50
+ Apache 2.0