anvilbot-patrickhhh commited on
Commit
cfd4dc8
·
verified ·
1 Parent(s): e74ed15

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:bb80f0c9f7f31e423d8a9fe5746223159dba6d4f6a51cd544276923be4954861
3
+ size 25078
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]}, "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 ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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",
19
+ "shape": [
20
+ 2
21
+ ],
22
+ "names": [
23
+ "joint_1.position",
24
+ "joint_2.position"
25
+ ]
26
+ },
27
+ "observation.images.head": {
28
+ "dtype": "video",
29
+ "shape": [
30
+ 480,
31
+ 640,
32
+ 3
33
+ ],
34
+ "names": [
35
+ "height",
36
+ "width",
37
+ "channels"
38
+ ],
39
+ "info": {
40
+ "video.height": 480,
41
+ "video.width": 640,
42
+ "video.codec": "av1",
43
+ "video.pix_fmt": "yuv420p",
44
+ "video.is_depth_map": false,
45
+ "video.fps": 30,
46
+ "video.channels": 3,
47
+ "has_audio": false
48
+ }
49
+ },
50
+ "observation.images.left_wrist": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 480,
54
+ 640,
55
+ 3
56
+ ],
57
+ "names": [
58
+ "height",
59
+ "width",
60
+ "channels"
61
+ ],
62
+ "info": {
63
+ "video.height": 480,
64
+ "video.width": 640,
65
+ "video.codec": "av1",
66
+ "video.pix_fmt": "yuv420p",
67
+ "video.is_depth_map": false,
68
+ "video.fps": 30,
69
+ "video.channels": 3,
70
+ "has_audio": false
71
+ }
72
+ },
73
+ "observation.images.right_wrist": {
74
+ "dtype": "video",
75
+ "shape": [
76
+ 480,
77
+ 640,
78
+ 3
79
+ ],
80
+ "names": [
81
+ "height",
82
+ "width",
83
+ "channels"
84
+ ],
85
+ "info": {
86
+ "video.height": 480,
87
+ "video.width": 640,
88
+ "video.codec": "av1",
89
+ "video.pix_fmt": "yuv420p",
90
+ "video.is_depth_map": false,
91
+ "video.fps": 30,
92
+ "video.channels": 3,
93
+ "has_audio": false
94
+ }
95
+ },
96
+ "observation.velocity": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 2
100
+ ],
101
+ "names": [
102
+ "joint_1.velocity",
103
+ "joint_2.velocity"
104
+ ]
105
+ },
106
+ "observation.torque": {
107
+ "dtype": "float32",
108
+ "shape": [
109
+ 2
110
+ ],
111
+ "names": [
112
+ "joint_1.torque",
113
+ "joint_2.torque"
114
+ ]
115
+ },
116
+ "observation.temp_mos": {
117
+ "dtype": "float32",
118
+ "shape": [
119
+ 2
120
+ ],
121
+ "names": [
122
+ "joint_1.temp_mos",
123
+ "joint_2.temp_mos"
124
+ ]
125
+ },
126
+ "observation.temp_rotor": {
127
+ "dtype": "float32",
128
+ "shape": [
129
+ 2
130
+ ],
131
+ "names": [
132
+ "joint_1.temp_rotor",
133
+ "joint_2.temp_rotor"
134
+ ]
135
+ },
136
+ "timestamp": {
137
+ "dtype": "float32",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null
142
+ },
143
+ "frame_index": {
144
+ "dtype": "int64",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null
149
+ },
150
+ "episode_index": {
151
+ "dtype": "int64",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "names": null
156
+ },
157
+ "index": {
158
+ "dtype": "int64",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": null
163
+ },
164
+ "task_index": {
165
+ "dtype": "int64",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ }
171
+ }
172
+ }
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