anvilbot-patrickhhh commited on
Commit
969625a
·
verified ·
1 Parent(s): 70c0b12

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:419851cc8c2bbcd1fe480a950ecd34b941f1071aec14bb82e3d3b743cca73868
3
+ size 28648
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["manipulation"], "length": 281}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"min": [-0.4999999403953552, -0.9999995827674866], "max": [0.49998247623443604, 0.999971330165863], "mean": [-0.09932008385658264, 0.2091570347547531], "std": [0.3401501178741455, 0.6775689125061035], "count": [281]}, "observation.images.head": {"min": [[[0.39215686274509803]], [[0.39215686274509803]], [[0.39215686274509803]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3947845179738562]], [[0.44745547385620915]], [[0.4475381944444445]]], "std": [[[0.039878535904310675]], [[0.06415754474369434]], [[0.06415445181811637]]], "count": [100]}, "observation.images.left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5010729166666666]], [[0.5013449754901961]], [[0.4986074346405229]]], "std": [[[0.2907370708244076]], [[0.289483433102488]], [[0.3533155228120664]]], "count": [100]}, "observation.images.right_wrist": {"min": [[[0.09411764705882353]], [[0.09411764705882353]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21592401960784313]], [[0.21592401960784313]], [[0.2345641339869281]]], "std": [[[0.12208523821229779]], [[0.12208523821229779]], [[0.1576172589008012]]], "count": [100]}, "observation.velocity": {"min": [-0.4999958872795105, -0.9999889731407166], "max": [0.4999968707561493, 0.9999929666519165], "mean": [-0.03904600068926811, -0.042539723217487335], "std": [0.35058367252349854, 0.7038068175315857], "count": [281]}, "observation.torque": {"min": [0.10012888163328171, 0.10044485330581665], "max": [0.34999844431877136, 0.5999964475631714], "mean": [0.25869739055633545, 0.4172438383102417], "std": [0.07696417719125748, 0.15376855432987213], "count": [281]}, "observation.temp_mos": {"min": [36.16621780395508, 41.16621780395508], "max": [37.09953689575195, 42.09953689575195], "mean": [36.632896423339844, 41.632896423339844], "std": [0.2703915238380432, 0.2703915238380432], "count": [281]}, "observation.temp_rotor": {"min": [51.16621780395508, 56.16621780395508], "max": [52.09953689575195, 57.09953689575195], "mean": [51.632896423339844, 56.63290023803711], "std": [0.2703915238380432, 0.2703914940357208], "count": [281]}, "action": {"min": [-0.4999999403953552, -0.9999995827674866], "max": [0.49998247623443604, 0.999971330165863], "mean": [-0.09932008385658264, 0.2091570347547531], "std": [0.3401501178741455, 0.6775689125061035], "count": [281]}, "timestamp": {"min": [0.0], "max": [9.333491325378418], "mean": [4.666800022125244], "std": [2.7039098739624023], "count": [281]}, "frame_index": {"min": [0], "max": [280], "mean": [140.0], "std": [81.11719916269298], "count": [281]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [281]}, "index": {"min": [0], "max": [280], "mean": [140.0], "std": [81.11719916269298], "count": [281]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [281]}}}
meta/info.json CHANGED
@@ -1,16 +1,18 @@
1
  {
2
- "codebase_version": "v3.0",
3
  "robot_type": "anvil_openarm",
4
  "total_episodes": 1,
5
  "total_frames": 281,
6
  "total_tasks": 1,
 
 
7
  "chunks_size": 1000,
8
  "fps": 30,
9
  "splits": {
10
  "train": "0:1"
11
  },
12
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
  "features": {
15
  "observation.state": {
16
  "dtype": "float32",
@@ -20,8 +22,7 @@
20
  "names": [
21
  "joint_1.position",
22
  "joint_2.position"
23
- ],
24
- "fps": 30
25
  },
26
  "observation.images.head": {
27
  "dtype": "video",
@@ -100,8 +101,7 @@
100
  "names": [
101
  "joint_1.velocity",
102
  "joint_2.velocity"
103
- ],
104
- "fps": 30
105
  },
106
  "observation.torque": {
107
  "dtype": "float32",
@@ -111,8 +111,7 @@
111
  "names": [
112
  "joint_1.torque",
113
  "joint_2.torque"
114
- ],
115
- "fps": 30
116
  },
117
  "observation.temp_mos": {
118
  "dtype": "float32",
@@ -122,8 +121,7 @@
122
  "names": [
123
  "joint_1.temp_mos",
124
  "joint_2.temp_mos"
125
- ],
126
- "fps": 30
127
  },
128
  "observation.temp_rotor": {
129
  "dtype": "float32",
@@ -133,50 +131,52 @@
133
  "names": [
134
  "joint_1.temp_rotor",
135
  "joint_2.temp_rotor"
 
 
 
 
 
 
136
  ],
137
- "fps": 30
 
 
 
138
  },
139
  "timestamp": {
140
  "dtype": "float32",
141
  "shape": [
142
  1
143
  ],
144
- "names": null,
145
- "fps": 30
146
  },
147
  "frame_index": {
148
  "dtype": "int64",
149
  "shape": [
150
  1
151
  ],
152
- "names": null,
153
- "fps": 30
154
  },
155
  "episode_index": {
156
  "dtype": "int64",
157
  "shape": [
158
  1
159
  ],
160
- "names": null,
161
- "fps": 30
162
  },
163
  "index": {
164
  "dtype": "int64",
165
  "shape": [
166
  1
167
  ],
168
- "names": null,
169
- "fps": 30
170
  },
171
  "task_index": {
172
  "dtype": "int64",
173
  "shape": [
174
  1
175
  ],
176
- "names": null,
177
- "fps": 30
178
  }
179
- },
180
- "data_files_size_in_mb": 100,
181
- "video_files_size_in_mb": 500
182
  }
 
1
  {
2
+ "codebase_version": "v2.1",
3
  "robot_type": "anvil_openarm",
4
  "total_episodes": 1,
5
  "total_frames": 281,
6
  "total_tasks": 1,
7
+ "total_videos": 3,
8
+ "total_chunks": 1,
9
  "chunks_size": 1000,
10
  "fps": 30,
11
  "splits": {
12
  "train": "0:1"
13
  },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
  "features": {
17
  "observation.state": {
18
  "dtype": "float32",
 
22
  "names": [
23
  "joint_1.position",
24
  "joint_2.position"
25
+ ]
 
26
  },
27
  "observation.images.head": {
28
  "dtype": "video",
 
101
  "names": [
102
  "joint_1.velocity",
103
  "joint_2.velocity"
104
+ ]
 
105
  },
106
  "observation.torque": {
107
  "dtype": "float32",
 
111
  "names": [
112
  "joint_1.torque",
113
  "joint_2.torque"
114
+ ]
 
115
  },
116
  "observation.temp_mos": {
117
  "dtype": "float32",
 
121
  "names": [
122
  "joint_1.temp_mos",
123
  "joint_2.temp_mos"
124
+ ]
 
125
  },
126
  "observation.temp_rotor": {
127
  "dtype": "float32",
 
131
  "names": [
132
  "joint_1.temp_rotor",
133
  "joint_2.temp_rotor"
134
+ ]
135
+ },
136
+ "action": {
137
+ "dtype": "float32",
138
+ "shape": [
139
+ 2
140
  ],
141
+ "names": [
142
+ "joint_1.position",
143
+ "joint_2.position"
144
+ ]
145
  },
146
  "timestamp": {
147
  "dtype": "float32",
148
  "shape": [
149
  1
150
  ],
151
+ "names": null
 
152
  },
153
  "frame_index": {
154
  "dtype": "int64",
155
  "shape": [
156
  1
157
  ],
158
+ "names": null
 
159
  },
160
  "episode_index": {
161
  "dtype": "int64",
162
  "shape": [
163
  1
164
  ],
165
+ "names": null
 
166
  },
167
  "index": {
168
  "dtype": "int64",
169
  "shape": [
170
  1
171
  ],
172
+ "names": null
 
173
  },
174
  "task_index": {
175
  "dtype": "int64",
176
  "shape": [
177
  1
178
  ],
179
+ "names": null
 
180
  }
181
+ }
 
 
182
  }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "manipulation"}
videos/chunk-000/observation.images.head/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cebe4ef535bdb726325cf2a02ff45e57065aa2394d440a6cc53676f4300fbc59
3
+ size 689020
videos/chunk-000/observation.images.left_wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e40a14c082952b97730a87f9ba6fd04c2e9db38ecfb40f2b145a59d81dc18878
3
+ size 507249
videos/chunk-000/observation.images.right_wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c98f80aced10758a0d518c376e3aa69c81e452499ddab58a7bdc1c625792424
3
+ size 672951