Edautel commited on
Commit
8d39fda
·
verified ·
1 Parent(s): 79ad80d

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:1ab25287ee1ee8c9f92a2ce0495d8f2c8049c77a1c5a105a4247fa6d660f416c
3
+ size 32284
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 419}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [7.736519813537598, -48.031314849853516, 27.110740661621094, 51.863216400146484, -50.25843048095703, 0.8577442169189453], "max": [74.53631591796875, -7.836158752441406, 52.729740142822266, 85.03054809570312, -28.984567642211914, 21.148515701293945], "mean": [39.877777099609375, -23.59539222717285, 35.22788619995117, 68.42466735839844, -39.44403076171875, 10.615816116333008], "std": [17.832136154174805, 9.843303680419922, 5.35345458984375, 9.699509620666504, 5.591029167175293, 7.426460266113281], "count": [419]}, "observation.state": {"min": [8.067728996276855, -45.05015182495117, 33.04389953613281, 52.68165969848633, -49.91289138793945, 1.732501745223999], "max": [73.7051773071289, -7.195813179016113, 53.497344970703125, 84.68858337402344, -29.442508697509766, 20.235620498657227], "mean": [40.07146072387695, -22.221511840820312, 38.68551254272461, 69.05818939208984, -39.42399597167969, 10.458836555480957], "std": [17.65862464904785, 9.729364395141602, 5.203670501708984, 9.516558647155762, 5.45438289642334, 7.027205467224121], "count": [419]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.516071352124183]], [[0.5234944056372549]], [[0.5017363071895424]]], "std": [[[0.1504755612027436]], [[0.1446522596849396]], [[0.1422749928074721]]], "count": [100]}, "observation.images.wrist": {"min": [[[0.011764705882352941]], [[0.01568627450980392]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5439113623366013]], [[0.5458560253267974]], [[0.5362105126633987]]], "std": [[[0.1381537731219533]], [[0.14070339518763245]], [[0.14167797976992594]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [13.933333333333334], "mean": [6.966666666666667], "std": [4.031817897122284], "count": [419]}, "frame_index": {"min": [0], "max": [418], "mean": [209.0], "std": [120.95453691366852], "count": [419]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [419]}, "index": {"min": [0], "max": [418], "mean": [209.0], "std": [120.95453691366852], "count": [419]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [419]}}}
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": 419,
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.top": {
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.wrist": {
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": "Grasp a lego block and put it in the bin."}
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb0cec7f51e59b1f454be0f556e831cde3a2e069f6b49771a5d2354b29cf11d5
3
+ size 1117104
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ef5f7885c007d1dfc5ef9281d254dee236464668c925d64de6523dca76c6d2b
3
+ size 1304719