guatian111 commited on
Commit
2253290
·
verified ·
1 Parent(s): 5b7cebe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +175 -0
README.md ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - LeRobot
8
+ - unitree
9
+ - robotics
10
+ - manipulation
11
+ - unified-format
12
+ configs:
13
+ - config_name: default
14
+ data_files: data/*/*.parquet
15
+ ---
16
+
17
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
18
+
19
+ ## Dataset Description
20
+
21
+
22
+
23
+ - **Homepage:** [More Information Needed]
24
+ - **Paper:** [More Information Needed]
25
+ - **License:** apache-2.0
26
+
27
+ ## Dataset Structure
28
+
29
+ [meta/info.json](meta/info.json):
30
+ ```json
31
+ {
32
+ "codebase_version": "v2.1",
33
+ "robot_type": "unitree",
34
+ "total_episodes": 1,
35
+ "total_frames": 120,
36
+ "total_tasks": 1,
37
+ "total_videos": 0,
38
+ "total_chunks": 1,
39
+ "chunks_size": 1000,
40
+ "fps": 60,
41
+ "splits": {
42
+ "train": "0:1"
43
+ },
44
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
45
+ "video_path": null,
46
+ "features": {
47
+ "observation.images.color_0": {
48
+ "dtype": "image",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ]
59
+ },
60
+ "observation.images.color_1": {
61
+ "dtype": "image",
62
+ "shape": [
63
+ 480,
64
+ 640,
65
+ 3
66
+ ],
67
+ "names": [
68
+ "height",
69
+ "width",
70
+ "channels"
71
+ ]
72
+ },
73
+ "observation.images.color_2": {
74
+ "dtype": "image",
75
+ "shape": [
76
+ 480,
77
+ 640,
78
+ 3
79
+ ],
80
+ "names": [
81
+ "height",
82
+ "width",
83
+ "channels"
84
+ ]
85
+ },
86
+ "observation.images.color_3": {
87
+ "dtype": "image",
88
+ "shape": [
89
+ 480,
90
+ 640,
91
+ 3
92
+ ],
93
+ "names": [
94
+ "height",
95
+ "width",
96
+ "channels"
97
+ ]
98
+ },
99
+ "observation.state": {
100
+ "dtype": "float32",
101
+ "shape": [
102
+ 7
103
+ ],
104
+ "names": [
105
+ "left_arm_joint_0",
106
+ "left_arm_joint_1",
107
+ "left_arm_joint_2",
108
+ "left_arm_joint_3",
109
+ "left_arm_joint_4",
110
+ "left_arm_joint_5",
111
+ "left_arm_joint_6"
112
+ ]
113
+ },
114
+ "action": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 7
118
+ ],
119
+ "names": [
120
+ "left_arm_action_0",
121
+ "left_arm_action_1",
122
+ "left_arm_action_2",
123
+ "left_arm_action_3",
124
+ "left_arm_action_4",
125
+ "left_arm_action_5",
126
+ "left_arm_action_6"
127
+ ]
128
+ },
129
+ "timestamp": {
130
+ "dtype": "float32",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "names": null
135
+ },
136
+ "frame_index": {
137
+ "dtype": "int64",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null
142
+ },
143
+ "episode_index": {
144
+ "dtype": "int64",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null
149
+ },
150
+ "index": {
151
+ "dtype": "int64",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "names": null
156
+ },
157
+ "task_index": {
158
+ "dtype": "int64",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": null
163
+ }
164
+ }
165
+ }
166
+ ```
167
+
168
+
169
+ ## Citation
170
+
171
+ **BibTeX:**
172
+
173
+ ```bibtex
174
+ [More Information Needed]
175
+ ```