ilBiondo06 commited on
Commit
026a53b
·
verified ·
1 Parent(s): 3188188

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:0ebceef5537b6f2d15f042dfb93a9e8bf41e3097cd06f3c9b9ae123350b2068b
3
+ size 57948
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick the ball and put it in the box."], "length": 889}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-48.209529876708984, 100.87065124511719, 97.59765625, 26.081531524658203, -0.4236125946044922, 2.774141311645508], "max": [12.850996017456055, 171.38803100585938, 140.7374267578125, 81.64299011230469, 41.83995056152344, 49.36883544921875], "mean": [-1.9473341703414917, 154.32040405273438, 130.62188720703125, 65.1727523803711, 3.9997365474700928, 32.0565071105957], "std": [12.620691299438477, 24.537660598754883, 15.811028480529785, 11.40465259552002, 10.3795804977417, 9.3989839553833], "count": [889]}, "observation.state": {"min": [-47.4609375, 101.162109375, 100.8984375, 27.158203125, -0.087890625, 5.559786796569824], "max": [12.744140625, 171.03515625, 143.173828125, 80.68359375, 40.95703125, 49.733436584472656], "mean": [-1.8340370655059814, 153.72463989257812, 131.4053497314453, 65.51301574707031, 3.8807320594787598, 31.9472599029541], "std": [12.626543045043945, 24.69045639038086, 15.191322326660156, 11.31875991821289, 10.217591285705566, 9.18335247039795], "count": [889]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.5043778922577262]], [[0.5126358365105301]], [[0.4858542397926249]]], "std": [[[0.23066524523232526]], [[0.18813824242999053]], [[0.2296498605289906]]], "count": [162]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46379031131485515]], [[0.49547449921326553]], [[0.46794958595578146]]], "std": [[[0.1614807849552486]], [[0.14757294047403233]], [[0.15560028692522007]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.6], "mean": [14.8], "std": [8.554401076508967], "count": [889]}, "frame_index": {"min": [0], "max": [888], "mean": [444.0], "std": [256.632032295269], "count": [889]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [889]}, "index": {"min": [0], "max": [888], "mean": [444.0], "std": [256.632032295269], "count": [889]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [889]}}}
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": 889,
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:5163d3f50f042132353c24b1981bf515a1d75e81b5bf870c500e1f880c21460c
3
+ size 12359802
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:bac6f36cdf6142a4f4f07f224841836b43471f60b59105ac7345169f637434e2
3
+ size 12410689