ilBiondo06 commited on
Commit
170fa64
·
verified ·
1 Parent(s): 256549d

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:56bdf7e24928c20a4b12ce3d8542f120c1ba546ebf09f27d21ebfedabb8be8d4
3
+ size 57038
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick the ball and put it in the box."], "length": 850}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-48.29032897949219, 95.01683807373047, 92.68093872070312, 14.377155303955078, -1.0266714096069336, 0.5694961547851562], "max": [9.63185977935791, 176.5123748779297, 140.71878051757812, 81.9150161743164, 57.868534088134766, 50.441165924072266], "mean": [-1.7861698865890503, 152.89697265625, 127.99662780761719, 70.12366485595703, 4.712679862976074, 22.60202980041504], "std": [13.678065299987793, 25.457683563232422, 18.346778869628906, 15.63667106628418, 11.457987785339355, 10.160174369812012], "count": [850]}, "observation.state": {"min": [-48.076171875, 94.833984375, 95.185546875, 15.29296875, -0.52734375, 4.722010612487793], "max": [9.4921875, 175.78125, 141.50390625, 80.859375, 54.66796875, 49.65727233886719], "mean": [-1.700942039489746, 152.57408142089844, 128.96786499023438, 70.17354583740234, 4.40321683883667, 22.62625503540039], "std": [13.704829216003418, 26.0476131439209, 17.757999420166016, 15.405488967895508, 11.1519193649292, 9.764665603637695], "count": [850]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.502346563944049]], [[0.5139956834644686]], [[0.48614659828899714]]], "std": [[[0.23125697608921097]], [[0.18926410586720577]], [[0.23270803432119413]]], "count": [157]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46677036239124103]], [[0.5028355436388993]], [[0.4766205052350027]]], "std": [[[0.16538004423296992]], [[0.15082054216936355]], [[0.15785441681472429]]], "count": [157]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.15], "std": [8.179123153220983], "count": [850]}, "frame_index": {"min": [0], "max": [849], "mean": [424.5], "std": [245.3736945966295], "count": [850]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [850]}, "index": {"min": [0], "max": [849], "mean": [424.5], "std": [245.3736945966295], "count": [850]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [850]}}}
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": 850,
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:fe4e10222acbd45e543afb326aeab6a94834bebad8d28dc4816a638b01561dbd
3
+ size 13542884
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:12340eaa8874fb1b1372ce757ff3d71f86d4922133baa2d61c34941b74b317f9
3
+ size 11674814