Beable commited on
Commit
c4a9f48
·
verified ·
1 Parent(s): 0f92c19

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +165 -0
README.md ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v3.0",
28
+ "robot_type": "r1_humanoid",
29
+ "total_episodes": 77,
30
+ "total_frames": 44886,
31
+ "total_tasks": 1,
32
+ "fps": 10,
33
+ "splits": {
34
+ "train": "0:77"
35
+ },
36
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
37
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
38
+ "features": {
39
+ "observation.state": {
40
+ "dtype": "float32",
41
+ "shape": [
42
+ 17
43
+ ],
44
+ "names": [
45
+ "right_shoulder_link_joint",
46
+ "right_arm_top_link_joint",
47
+ "right_arm_bottom_link_joint",
48
+ "right_forearm_link_joint",
49
+ "wrist_pitch_joint_r",
50
+ "wrist_roll_joint_r",
51
+ "thumb_joint_roll_r",
52
+ "index_proximal_joint_r",
53
+ "middle_proximal_joint_r",
54
+ "ring_proximal_joint_r",
55
+ "little_proximal_joint_r",
56
+ "thumb_proximal_joint_r",
57
+ "index_proximal_joint_r_1",
58
+ "middle_proximal_joint_r_1",
59
+ "ring_proximal_joint_r_1",
60
+ "little_proximal_joint_r_1",
61
+ "thumb_proximal_joint_r_1"
62
+ ],
63
+ "fps": 10
64
+ },
65
+ "action": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 17
69
+ ],
70
+ "names": [
71
+ "right_shoulder_link_joint",
72
+ "right_arm_top_link_joint",
73
+ "right_arm_bottom_link_joint",
74
+ "right_forearm_link_joint",
75
+ "wrist_pitch_joint_r",
76
+ "wrist_roll_joint_r",
77
+ "thumb_joint_roll_r",
78
+ "index_proximal_joint_r",
79
+ "middle_proximal_joint_r",
80
+ "ring_proximal_joint_r",
81
+ "little_proximal_joint_r",
82
+ "thumb_proximal_joint_r",
83
+ "index_proximal_joint_r_1",
84
+ "middle_proximal_joint_r_1",
85
+ "ring_proximal_joint_r_1",
86
+ "little_proximal_joint_r_1",
87
+ "thumb_proximal_joint_r_1"
88
+ ],
89
+ "fps": 10
90
+ },
91
+ "observation.images.rgb": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 360,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.fps": 10,
105
+ "video.height": 360,
106
+ "video.width": 640,
107
+ "video.codec": "h264",
108
+ "video.pix_fmt": "yuv420p"
109
+ }
110
+ },
111
+ "timestamp": {
112
+ "dtype": "float32",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null,
117
+ "fps": 10
118
+ },
119
+ "frame_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null,
125
+ "fps": 10
126
+ },
127
+ "episode_index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null,
133
+ "fps": 10
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null,
141
+ "fps": 10
142
+ },
143
+ "task_index": {
144
+ "dtype": "int64",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null,
149
+ "fps": 10
150
+ }
151
+ },
152
+ "chunks_size": 1000,
153
+ "data_files_size_in_mb": 100,
154
+ "video_files_size_in_mb": 200
155
+ }
156
+ ```
157
+
158
+
159
+ ## Citation
160
+
161
+ **BibTeX:**
162
+
163
+ ```bibtex
164
+ [More Information Needed]
165
+ ```