pepijn223 HF Staff commited on
Commit
cbac58f
·
verified ·
1 Parent(s): f3528a0

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:09020cac2e3e82dea3403e24831018784263378ba60562f59d79447eb434e1ec
3
+ size 9567
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Dummy Example Task Dataset"], "length": 250}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action.joints": {"min": [-24.30555534362793, -63.39210891723633, 30.1041202545166, 17.269075393676758, -10.964591026306152, 0.0, -0.10000000149011612, -0.10000000149011612, -30.0], "max": [-21.875, -56.42317199707031, 47.7591667175293, 30.120481491088867, -9.4993896484375, 0.07541478425264359, 0.10000000149011612, 0.10000000149011612, 30.0], "mean": [-22.735397338867188, -61.20138168334961, 44.0018310546875, 18.95710563659668, -10.027039527893066, 0.0015082956524565816, -0.0020000003278255463, -0.0012000002898275852, -0.9599999785423279], "std": [0.5693299174308777, 1.3104150295257568, 2.582895278930664, 1.6968166828155518, 0.2724449634552002, 0.01055803894996643, 0.052497562021017075, 0.04938175529241562, 15.616601943969727], "count": [250]}, "observation.joints": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [250]}, "observation.cameras.front": {"min": [[[0.07058823529411765]], [[0.09411764705882353]], [[0.11372549019607843]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5836448713235295]], [[0.5854257638888889]], [[0.5721232475490197]]], "std": [[[0.1762964634836259]], [[0.17346721165840584]], [[0.16988758362085196]]], "count": [100]}, "observation.cameras.wrist": {"min": [[[0.047058823529411764]], [[0.07058823529411765]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5238837765522876]], [[0.5230008067810458]], [[0.5250826940359477]]], "std": [[[0.16864622350208983]], [[0.18179875410336024]], [[0.18746084223094062]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [24.9], "mean": [12.45], "std": [7.216820629612461], "count": [250]}, "frame_index": {"min": [0], "max": [249], "mean": [124.5], "std": [72.16820629612461], "count": [250]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [250]}, "index": {"min": [0], "max": [249], "mean": [124.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [250]}}}
meta/info.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "lekiwi_client",
4
+ "total_episodes": 1,
5
+ "total_frames": 250,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
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.joints": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 9
21
+ ],
22
+ "names": [
23
+ "arm_shoulder_pan.pos",
24
+ "arm_shoulder_lift.pos",
25
+ "arm_elbow_flex.pos",
26
+ "arm_wrist_flex.pos",
27
+ "arm_wrist_roll.pos",
28
+ "arm_gripper.pos",
29
+ "x.vel",
30
+ "y.vel",
31
+ "theta.vel"
32
+ ]
33
+ },
34
+ "observation.joints": {
35
+ "dtype": "float32",
36
+ "shape": [
37
+ 9
38
+ ],
39
+ "names": [
40
+ "arm_shoulder_pan.pos",
41
+ "arm_shoulder_lift.pos",
42
+ "arm_elbow_flex.pos",
43
+ "arm_wrist_flex.pos",
44
+ "arm_wrist_roll.pos",
45
+ "arm_gripper.pos",
46
+ "x.vel",
47
+ "y.vel",
48
+ "theta.vel"
49
+ ]
50
+ },
51
+ "observation.cameras.front": {
52
+ "dtype": "video",
53
+ "shape": [
54
+ 480,
55
+ 640,
56
+ 3
57
+ ],
58
+ "names": [
59
+ "height",
60
+ "width",
61
+ "channels"
62
+ ],
63
+ "info": {
64
+ "video.height": 480,
65
+ "video.width": 640,
66
+ "video.codec": "av1",
67
+ "video.pix_fmt": "yuv420p",
68
+ "video.is_depth_map": false,
69
+ "video.fps": 10,
70
+ "video.channels": 3,
71
+ "has_audio": false
72
+ }
73
+ },
74
+ "observation.cameras.wrist": {
75
+ "dtype": "video",
76
+ "shape": [
77
+ 640,
78
+ 480,
79
+ 3
80
+ ],
81
+ "names": [
82
+ "height",
83
+ "width",
84
+ "channels"
85
+ ],
86
+ "info": {
87
+ "video.height": 640,
88
+ "video.width": 480,
89
+ "video.codec": "av1",
90
+ "video.pix_fmt": "yuv420p",
91
+ "video.is_depth_map": false,
92
+ "video.fps": 10,
93
+ "video.channels": 3,
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "timestamp": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "frame_index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ },
111
+ "episode_index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "task_index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ }
132
+ }
133
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Dummy Example Task Dataset"}
videos/chunk-000/observation.cameras.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dab2fce49e8abf6f2e664822c15a30873389a821ad4f1bd6f7f6e845fafabf70
3
+ size 1341651
videos/chunk-000/observation.cameras.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cafc2fe2c775a1472774d4e589963b8e81bd9714b8dddb8a122193c2d7f24156
3
+ size 2634187