qiyn commited on
Commit
5e0ffcd
·
verified ·
1 Parent(s): 83109fd

Upload README.md with huggingface_hub

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