LBST commited on
Commit
7b60389
·
verified ·
1 Parent(s): b84a19c

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:6d06afa76c36ed027ba93b6c472941e48caba2fa07cf7d87d99ad7cd3cc0a8b3
3
+ size 58372
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["pick the red screwdriver and place it in the metal container"], "length": 842}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-17.990493774414062, -100.73904418945312, -10.712471008300781, 49.85240173339844, -19.02207374572754, 0.21160554885864258], "max": [12.917490005493164, 25.743505477905273, 97.14936828613281, 71.64990234375, 2.802097797393799, 25.06157112121582], "mean": [1.1575192213058472, 10.905044555664062, 6.560360908508301, 59.65279769897461, -9.68632698059082, 13.138276100158691], "std": [9.196849822998047, 18.515239715576172, 14.612751960754395, 5.886090278625488, 6.800039291381836, 9.001266479492188], "count": [842]}, "observation.state": {"min": [-18.083114624023438, -99.40501403808594, -7.949412822723389, 50.25996398925781, -20.07289695739746, 1.4715291261672974], "max": [12.841631889343262, 26.476837158203125, 99.54833221435547, 73.5701904296875, 2.577453851699829, 24.4401798248291], "mean": [1.208716869354248, 11.819238662719727, 8.597626686096191, 59.77164840698242, -9.82664966583252, 13.681580543518066], "std": [9.171239852905273, 20.1883602142334, 15.861183166503906, 5.939589977264404, 6.788796901702881, 8.371546745300293], "count": [842]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5715158929668734]], [[0.5788624518183342]], [[0.5352402327383945]]], "std": [[[0.15816994394150927]], [[0.1293579047600507]], [[0.13170766422107016]]], "count": [156]}, "observation.images.up": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5438871763448969]], [[0.5453390295933188]], [[0.5344148354142226]]], "std": [[[0.20519908736749737]], [[0.18243182982419062]], [[0.1938656387734289]]], "count": [156]}, "timestamp": {"min": [0.0], "max": [28.033333333333335], "mean": [14.016666666666666], "std": [8.102143063549436], "count": [842]}, "frame_index": {"min": [0], "max": [841], "mean": [420.5], "std": [243.06429190648305], "count": [842]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [842]}, "index": {"min": [0], "max": [841], "mean": [420.5], "std": [243.06429190648305], "count": [842]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [842]}}}
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": 842,
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.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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.up": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 1080,
72
+ 1920,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 1080,
82
+ "video.width": 1920,
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": "pick the red screwdriver and place it in the metal container"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fb82e95a7657133a6bf575b35230b1ea6dad107e3de019f0f24bcbb336b1cee
3
+ size 18445449
videos/chunk-000/observation.images.up/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dc3c7ce4fb5cfee482014f2869ede0b5c64f7a24f2ee98eb410522039859a82
3
+ size 16252548