danielkorth commited on
Commit
6f30323
·
verified ·
1 Parent(s): 1032047

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:de2162a63f5128c78afeeb9edc2ba4712e307493f867b56fece723b10b3b1444
3
+ size 34489
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["put the green pen into the black bag"], "length": 1561}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-7.6290202140808105, -99.5850601196289, 46.271339416503906, 70.71489715576172, -11.01206111907959, 2.1244308948516846], "max": [-3.664921522140503, -68.13278198242188, 99.28121948242188, 71.49009704589844, -10.854745864868164, 2.200303554534912], "mean": [-4.16163969039917, -98.19219207763672, 96.97599792480469, 71.31129455566406, -10.862776756286621, 2.135990619659424], "std": [0.6442261934280396, 5.498916149139404, 8.820475578308105, 0.24725118279457092, 0.019315233454108238, 0.027274152263998985], "count": [1561]}, "observation.state": {"min": [-7.200587749481201, -98.83769226074219, 48.977989196777344, 69.17131805419922, -11.11111068725586, 2.5590550899505615], "max": [-3.7472445964813232, -68.36861419677734, 98.50628662109375, 71.74752807617188, -10.769230842590332, 2.6246719360351562], "mean": [-4.332791805267334, -97.52763366699219, 96.2931900024414, 69.81353759765625, -11.052995681762695, 2.559246301651001], "std": [0.550467848777771, 5.326240539550781, 8.274225234985352, 0.6148190498352051, 0.123749278485775, 0.0033174993004649878], "count": [1561]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8784313725490196]], [[0.8549019607843137]], [[0.8470588235294118]]], "mean": [[[0.47197262907179]], [[0.4786996568956884]], [[0.46595582717293904]]], "std": [[[0.29635589911144483]], [[0.29035329129243265]], [[0.28939918190937475]]], "count": [248]}, "observation.images.gripper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5915499947290744]], [[0.5592398015825955]], [[0.5625790408233186]]], "std": [[[0.23954240371066773]], [[0.2516732149912914]], [[0.25856420549093556]]], "count": [248]}, "timestamp": {"min": [0.0], "max": [52.0], "mean": [26.0], "std": [15.020726421256139], "count": [1561]}, "frame_index": {"min": [0], "max": [1560], "mean": [780.0], "std": [450.6217926376841], "count": [1561]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1561]}, "index": {"min": [0], "max": [1560], "mean": [780.0], "std": [450.6217926376841], "count": [1561]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1561]}}}
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": 1561,
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.side": {
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.gripper": {
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": "put the green pen into the black bag"}
videos/chunk-000/observation.images.gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c875dd87139688cd61966de9aed99eefd2e178f5ba3de1157479c4b9df7ed273
3
+ size 5711813
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abf47f048a1fb545e38093e2e1e935215527622e8e132e67fa5eba222c65d0e7
3
+ size 7335633