sergiov2000 commited on
Commit
c8bf3df
·
verified ·
1 Parent(s): fca761e

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:0796cafdaf9cf133169a94cb8ff34c612475a1083e01ce96d8fc185fbeb32851
3
+ size 35673
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Stack the ball on top of the lego structure."], "length": 1198}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-29.8828125, 116.630859375, 107.841796875, 27.94921875, -22.8515625, -0.7157464027404785], "max": [1.669921875, 184.658203125, 187.119140625, 68.818359375, 1.58203125, 48.159507751464844], "mean": [-2.8167550563812256, 176.01058959960938, 177.0254364013672, 33.513545989990234, -9.811836242675781, 1.0973011255264282], "std": [6.3434648513793945, 20.5860538482666, 22.531272888183594, 11.558381080627441, 3.087886095046997, 7.588464736938477], "count": [1198]}, "observation.state": {"min": [-29.53125, 116.279296875, 111.4453125, 28.740234375, -22.5, 0.9105960130691528], "max": [1.58203125, 184.306640625, 186.416015625, 68.466796875, 1.142578125, 47.185428619384766], "mean": [-2.8848373889923096, 175.57981872558594, 176.79864501953125, 34.18324279785156, -9.853947639465332, 2.8347010612487793], "std": [6.290986061096191, 20.605436325073242, 21.693540573120117, 11.322805404663086, 3.099276304244995, 7.155147075653076], "count": [1198]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4987929625873338]], [[0.4908104695901349]], [[0.4450715231494897]]], "std": [[[0.1701989427018794]], [[0.14922225619165422]], [[0.15565745982234278]]], "count": [203]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.5126072998164782]], [[0.5061798351524518]], [[0.47855308545832126]]], "std": [[[0.2312669925506564]], [[0.1785129406901289]], [[0.21557443773251614]]], "count": [203]}, "timestamp": {"min": [0.0], "max": [59.85], "mean": [29.924999999999994], "std": [17.291634538122764], "count": [1198]}, "frame_index": {"min": [0], "max": [1197], "mean": [598.5], "std": [345.83269076245523], "count": [1198]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1198]}, "index": {"min": [0], "max": [1197], "mean": [598.5], "std": [345.83269076245523], "count": [1198]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1198]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 1198,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 20,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.above": {
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.fps": 20.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.side": {
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.fps": 20.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
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": "Stack the ball on top of the lego structure."}
videos/chunk-000/observation.images.above/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1887dff60b32c10bd346ff0d91d461814768d0d01327bbf43140edea9db8352
3
+ size 33342885
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:ff5d7bceb65ae800555a3e6851344438a5dfa3a92bd7126e7e47610b95dca3a2
3
+ size 25836248