RASPIAUDIO commited on
Commit
3b9967e
·
verified ·
1 Parent(s): a69cbd5

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:fb9d151c6fb7d8c91e3aa0bf36df16d4bd7bfe6437a962f050fefd16fbc1dbcc
3
+ size 35189
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 1191}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [4.010462284088135, -82.26399993896484, -10.671256065368652, 42.95001983642578, 4.9491047859191895, 1.3188518285751343], "max": [54.83871078491211, -13.445034980773926, 50.9466438293457, 61.64160919189453, 5.510705471038818, 28.54926300048828], "mean": [19.834003448486328, -42.15329360961914, 26.83750343322754, 46.389827728271484, 5.329061985015869, 15.370077133178711], "std": [15.468719482421875, 13.32355785369873, 15.421324729919434, 5.434388637542725, 0.05107317492365837, 13.41174030303955], "count": [1191]}, "observation.state": {"min": [4.420176982879639, -82.5275650024414, -9.187749862670898, 43.61617660522461, 4.944586753845215, 1.7449663877487183], "max": [54.5501823425293, -13.231552124023438, 50.9986686706543, 61.61776351928711, 5.4560956954956055, 28.255033493041992], "mean": [19.74246597290039, -41.881473541259766, 27.93522071838379, 46.44731521606445, 5.323488235473633, 15.473834991455078], "std": [15.502579689025879, 13.509520530700684, 15.956210136413574, 5.414102077484131, 0.05228765681385994, 13.183467864990234], "count": [1191]}, "observation.images.front": {"min": [[[0.0]], [[0.0196078431372549]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5897678949880282]], [[0.5943639928331068]], [[0.6046077662913351]]], "std": [[[0.17328476978537474]], [[0.1635722512376394]], [[0.14024528332370476]]], "count": [202]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5027086649841455]], [[0.5743281755565263]], [[0.6531696515239759]]], "std": [[[0.247184390273841]], [[0.17047209987548362]], [[0.16985608963339352]]], "count": [202]}, "timestamp": {"min": [0.0], "max": [39.666666666666664], "mean": [19.833333333333332], "std": [11.460398803738933], "count": [1191]}, "frame_index": {"min": [0], "max": [1190], "mean": [595.0], "std": [343.81196411216797], "count": [1191]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1191]}, "index": {"min": [0], "max": [1190], "mean": [595.0], "std": [343.81196411216797], "count": [1191]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1191]}}}
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": 1191,
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.front": {
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.top": {
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": "Grab the black cube"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02ad2f986d74b7f672eedbb832508f72d6f12d2f1903eccb1da5b72719f25de1
3
+ size 8448700
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:8fe6d097385a3ad0df0b2948e2f90a4d0ed791bffcdace6819ca7b4377a91350
3
+ size 9192391