uelundgren commited on
Commit
34ba975
·
verified ·
1 Parent(s): ddef372

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:337eb6b606adbfeff8812f93aacf8b68deb820e1f2a72c96d5da9664796bde94
3
+ size 246896
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the plush toy and put it on the white plate"], "length": 3459}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-46.36772918701172, -56.346500396728516, -71.95877075195312, 24.216411590576172, -27.173320770263672, 0.7766819000244141], "max": [38.372554779052734, 34.30320739746094, 44.36471939086914, 100.6867446899414, 11.403173446655273, 67.88180541992188], "mean": [-5.4806904792785645, -12.20236587524414, -2.5316107273101807, 79.80852508544922, -7.065261363983154, 22.485403060913086], "std": [25.380033493041992, 20.520336151123047, 26.166301727294922, 19.52830696105957, 9.84000301361084, 24.497827529907227], "count": [3459]}, "observation.state": {"min": [-45.95103454589844, -55.461830139160156, -68.73873901367188, 26.365591049194336, -26.545454025268555, 1.2475377321243286], "max": [36.9114875793457, 34.71109390258789, 44.774776458740234, 99.82795715332031, 11.116883277893066, 67.17005920410156], "mean": [-5.695041656494141, -10.486520767211914, -0.7121502757072449, 79.7780532836914, -7.110672950744629, 22.631872177124023], "std": [25.260324478149414, 20.86485481262207, 25.613798141479492, 19.226240158081055, 9.760330200195312, 24.100370407104492], "count": [3459]}, "observation.images.arm": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4437688746322624]], [[0.3959447510434329]], [[0.2785778045882063]]], "std": [[[0.2379413489119231]], [[0.22308186040335468]], [[0.1975305323067302]]], "count": [451]}, "observation.images.table": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5565595168869469]], [[0.4948103913960263]], [[0.3402096548338478]]], "std": [[[0.11783618265934666]], [[0.12925749737035933]], [[0.1450007413550834]]], "count": [451]}, "timestamp": {"min": [0.0], "max": [115.26666666666667], "mean": [57.63333333333332], "std": [33.28424162784456], "count": [3459]}, "frame_index": {"min": [0], "max": [3458], "mean": [1729.0], "std": [998.5272488353368], "count": [3459]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3459]}, "index": {"min": [0], "max": [3458], "mean": [1729.0], "std": [998.5272488353368], "count": [3459]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3459]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 3459,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.arm": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.table": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab the plush toy and put it on the white plate"}
videos/chunk-000/observation.images.arm/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0492ba39d033363cff75689fa6ba6c98e96feb1eb24992a677f6f3cd7d995c25
3
+ size 25128348
videos/chunk-000/observation.images.table/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c96a85c3de361f05c45d00878f64dc105e8eefb291d0707ec88f867198c1dfe
3
+ size 8182036