Tear4Pixelation commited on
Commit
775bb4a
·
verified ·
1 Parent(s): a24adf4

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:e2c643fb1d12ba574b2dbf1c599e7d58e0708aece2e23a71f1ee44499cc57922
3
+ size 34480
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put yellow lego brick onto the green one"], "length": 706}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-13.78039836883545, -98.57561492919922, -1.0393131971359253, 57.09342575073242, -17.205421447753906, 1.1075949668884277], "max": [34.41415023803711, -0.8797653913497925, 93.49299621582031, 89.70587921142578, 16.840457916259766, 34.018985748291016], "mean": [4.584455966949463, -52.3536491394043, 58.25231170654297, 73.28968048095703, 0.3965695798397064, 12.530770301818848], "std": [16.20059585571289, 38.3739013671875, 28.836259841918945, 5.955554485321045, 7.94810152053833, 11.292365074157715], "count": [706]}, "observation.state": {"min": [-13.601179122924805, -98.39595031738281, 1.8034265041351318, 57.562660217285156, -16.900676727294922, 1.3716524839401245], "max": [34.02137756347656, -0.12663571536540985, 94.86023712158203, 89.28263092041016, 16.58866310119629, 33.638145446777344], "mean": [4.453863143920898, -52.135772705078125, 59.686851501464844, 73.28174591064453, 0.2768811583518982, 14.258832931518555], "std": [16.144079208374023, 38.67878341674805, 28.81397247314453, 5.886137962341309, 7.924278736114502, 11.045539855957031], "count": [706]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6635279745170127]], [[0.5857032526552288]], [[0.5468799920703575]]], "std": [[[0.18469623415008274]], [[0.2705255522390219]], [[0.3149909296046138]]], "count": [136]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.9647058823529412]], [[0.9647058823529412]]], "mean": [[[0.720895334727028]], [[0.6824372191584966]], [[0.6787654387735487]]], "std": [[[0.1325176708943681]], [[0.18787539633007352]], [[0.1937541046066575]]], "count": [136]}, "timestamp": {"min": [0.0], "max": [23.5], "mean": [11.75], "std": [6.793481352656301], "count": [706]}, "frame_index": {"min": [0], "max": [705], "mean": [352.5], "std": [203.80444057968904], "count": [706]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [706]}, "index": {"min": [0], "max": [705], "mean": [352.5], "std": [203.80444057968904], "count": [706]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [706]}}}
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": 706,
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.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.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": "Put yellow lego brick onto the green one"}
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:14890a9ff539a9069b9fb85f47449d36494407569e2d6f7ad0c1e6874563f667
3
+ size 3926450
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:7f6d6fb83c4acefa6fa4d8d6daf475d9f68e51d2d24d7cafe06d120c57b100f7
3
+ size 4607431