edipark commited on
Commit
3cc48d4
·
verified ·
1 Parent(s): c69ea0a

Export dataset (v3.0 -> v2.1 episode-per-file)

Browse files
data/chunk-000/episode_000000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:302aa2dc4249ecf9b4cee18927e5e9146347a91aeb1d67734d3306c82b46c23f
3
- size 227695
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec264c0b807f8c277e2a66458967a0052d6c038aaa176a4e8281b9288bd70094
3
+ size 161859
meta/info.json CHANGED
@@ -4,9 +4,6 @@
4
  "fps": 10,
5
  "total_episodes": 1,
6
  "total_frames": 1122,
7
- "total_tasks": 1,
8
- "total_chunks": 1,
9
- "chunks_size": 1,
10
  "features": {
11
  "observation.images.head_rgb": {
12
  "dtype": "image",
@@ -116,83 +113,11 @@
116
  1
117
  ],
118
  "names": null
119
- },
120
- "observation/head_image": {
121
- "dtype": "image",
122
- "shape": [
123
- 3,
124
- 224,
125
- 224
126
- ],
127
- "names": [
128
- "channels",
129
- "height",
130
- "width"
131
- ]
132
- },
133
- "observation/left_wrist_image": {
134
- "dtype": "image",
135
- "shape": [
136
- 3,
137
- 224,
138
- 224
139
- ],
140
- "names": [
141
- "channels",
142
- "height",
143
- "width"
144
- ]
145
- },
146
- "observation/right_wrist_image": {
147
- "dtype": "image",
148
- "shape": [
149
- 3,
150
- 224,
151
- 224
152
- ],
153
- "names": [
154
- "channels",
155
- "height",
156
- "width"
157
- ]
158
- },
159
- "image": {
160
- "dtype": "image",
161
- "shape": [
162
- 3,
163
- 224,
164
- 224
165
- ],
166
- "names": [
167
- "channels",
168
- "height",
169
- "width"
170
- ]
171
- },
172
- "observation/images/image": {
173
- "dtype": "image",
174
- "shape": [
175
- 3,
176
- 224,
177
- 224
178
- ],
179
- "names": [
180
- "channels",
181
- "height",
182
- "width"
183
- ]
184
- },
185
- "actions": {
186
- "dtype": "float32",
187
- "shape": [
188
- 16
189
- ],
190
- "names": null
191
  }
192
  },
193
  "splits": {
194
  "train": "0:1"
195
  },
196
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
197
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4"
198
  }
 
4
  "fps": 10,
5
  "total_episodes": 1,
6
  "total_frames": 1122,
 
 
 
7
  "features": {
8
  "observation.images.head_rgb": {
9
  "dtype": "image",
 
113
  1
114
  ],
115
  "names": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  }
117
  },
118
  "splits": {
119
  "train": "0:1"
120
  },
121
+ "data_path": "data/chunk-{chunk_index:03d}/episode_{episode_index:06d}.parquet",
122
+ "video_path": "videos/chunk-{chunk_index:03d}/{video_key}/episode_{episode_index:06d}.mp4"
123
  }