ilBiondo06 commited on
Commit
afd34d2
·
verified ·
1 Parent(s): 3ba0f5e

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:632d60c7fdc625d710892862dbc69be448fcc0345a8550e7a774faaa3a96fa1d
3
+ size 60116
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick the ball and put it in the box."], "length": 884}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-15.748086929321289, 95.98141479492188, 96.54166412353516, 36.80094909667969, -0.7385272979736328, 3.051433563232422], "max": [6.165867805480957, 169.3448944091797, 140.15438842773438, 79.47865295410156, 40.94105911254883, 46.22862243652344], "mean": [-4.187230110168457, 108.16618347167969, 106.25313568115234, 61.551780700683594, 14.320556640625, 32.31766891479492], "std": [2.638652801513672, 9.953527450561523, 5.5829057693481445, 9.891335487365723, 8.593955039978027, 7.618791103363037], "count": [884]}, "observation.state": {"min": [-13.974609375, 95.888671875, 99.140625, 37.96875, -0.3515625, 3.4272658824920654], "max": [5.888671875, 168.310546875, 141.064453125, 78.57421875, 38.935546875, 49.733436584472656], "mean": [-4.250366687774658, 107.09765625, 107.86429595947266, 61.63651657104492, 14.239275932312012, 32.35713195800781], "std": [2.5961453914642334, 10.59096622467041, 5.629891395568848, 9.734210014343262, 8.448901176452637, 7.577822208404541], "count": [884]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49832704324013555]], [[0.5448651922960542]], [[0.5021912231199064]]], "std": [[[0.1881008887335038]], [[0.18369848208209139]], [[0.18342172939572265]]], "count": [162]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5409300020676996]], [[0.5408450549201161]], [[0.4936940309045429]]], "std": [[[0.24967821190427333]], [[0.21151501083237867]], [[0.2544401263324931]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.433333333333334], "mean": [14.716666666666667], "std": [8.50628852346571], "count": [884]}, "frame_index": {"min": [0], "max": [883], "mean": [441.5], "std": [255.18865570397128], "count": [884]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [884]}, "index": {"min": [0], "max": [883], "mean": [441.5], "std": [255.18865570397128], "count": [884]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [884]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100MovellaDot",
4
+ "total_episodes": 1,
5
+ "total_frames": 884,
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
+ "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.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.above": {
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": "Pick the ball and put it in the box."}
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:16f68881d4c589972e5203a9162679bef49678147bcbafe9b853135fcbc2ace0
3
+ size 13057774
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:0dbcd7c2d26e0805534635f1548b71f7d9cf42696b1efb82ab91903596773c3c
3
+ size 19847915