jadechoghari HF Staff commited on
Commit
dfff118
·
verified ·
1 Parent(s): 67681e1

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:5de3674d64a13f5f7964814cfbda4c5d9616ff5637736bb9adfdd00856dcd75c
3
+ size 34514
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["pick up the red cube and place it on top of the green cube"], "length": 420}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"min": [-1.4046586751937866, -112.00404357910156, 0.6740738153457642, 0.5545409917831421, -1.4033699035644531, 0.5657294392585754], "max": [0.823774516582489, -0.1648542881011963, 137.78123474121094, 95.13985443115234, 0.954118549823761, 33.413387298583984], "mean": [-0.40308502316474915, -70.17298126220703, 72.69536590576172, 78.00421142578125, -0.4090441167354584, 20.74551773071289], "std": [0.5686572194099426, 28.99424934387207, 41.49408721923828, 21.35542106628418, 0.5746419429779053, 10.443982124328613], "count": [420]}, "action": {"min": [-1.4061695337295532, -110.69950866699219, 18.647890090942383, 22.81721305847168, -1.4061936140060425, 5.729578018188477], "max": [0.7279833555221558, -26.511150360107422, 138.8770294189453, 95.00000762939453, 0.7694583535194397, 28.647890090942383], "mean": [-0.412982314825058, -73.31599426269531, 71.50066375732422, 79.7491226196289, -0.4115525782108307, 20.89929962158203], "std": [0.5673298239707947, 26.15917205810547, 41.76275634765625, 18.6490421295166, 0.5694049000740051, 10.795522689819336], "count": [420]}, "observation.image.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9935445567810458]], [[0.9946666564542483]], [[0.9900690972222222]]], "std": [[[0.05579834571611543]], [[0.03403475903873055]], [[0.05837878666075266]]], "count": [100]}, "observation.image.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8982397998366013]], [[0.8701673876633987]], [[0.8471153390522876]]], "std": [[[0.184015373723957]], [[0.22645753804797908]], [[0.25620346861460125]]], "count": [100]}, "observation.image.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9518086090686274]], [[0.9430120343137255]], [[0.9196225755718954]]], "std": [[[0.1654369216920023]], [[0.1814985922300029]], [[0.21817018343855402]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [13.966666666666667], "mean": [6.9833333333333325], "std": [4.041440428948661], "count": [420]}, "frame_index": {"min": [0], "max": [419], "mean": [209.5], "std": [121.24321286845984], "count": [420]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [420]}, "index": {"min": [0], "max": [419], "mean": [209.5], "std": [121.24321286845984], "count": [420]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [420]}}}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101",
4
+ "total_episodes": 1,
5
+ "total_frames": 420,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
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
+ "observation.state": {
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
+ "action": {
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.image.top": {
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.image.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
+ "observation.image.wrist": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 480,
105
+ "video.width": 640,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ }
149
+ }
150
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "pick up the red cube and place it on top of the green cube"}
videos/chunk-000/observation.image.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e364ff587630c948b2c2c60d96d0d484dca022f43b47ad18097c355b538ddd1
3
+ size 3825489
videos/chunk-000/observation.image.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c1f235adaaf367414cad6082406cf4d6baadc834cdcc9502096ec3ea33009b3
3
+ size 505171
videos/chunk-000/observation.image.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98bbaa00accefc812d0ec8cddd9ebd5abb1f5ef6c43830c12f96351ed66026a3
3
+ size 968207