theo-michel commited on
Commit
7d69df2
·
verified ·
1 Parent(s): 076f967

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:0eb59a3fa37e3c103fc5c1fe281deec957df2448dd705274b020ed351309cbcd
3
+ size 18578
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the can on the ground"], "length": 299}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-25.400390625, 45.615234375, 70.224609375, 64.86328125, -59.150390625, -0.5170630812644958, 0.0, 0.0, 0.0], "max": [8.26171875, 188.96484375, 177.451171875, 89.560546875, 46.93359375, 35.57394027709961, 0.0, 0.0, 0.0], "mean": [-8.71146011352539, 117.021240234375, 121.64454650878906, 79.1021499633789, -11.727372169494629, 16.58060646057129, 0.0, 0.0, 0.0], "std": [8.150546073913574, 59.268096923828125, 44.548240661621094, 6.4943132400512695, 32.70500564575195, 14.627487182617188, 0.0, 0.0, 0.0], "count": [299]}, "observation.state": {"min": [-24.78515625, 44.12109375, 72.509765625, 65.91796875, -56.6015625, 0.9880028963088989, -3.834951877593994, -6.642331600189209, -4.1015625], "max": [5.537109375, 185.712890625, 171.474609375, 87.978515625, 45.0, 32.745235443115234, 5.113269329071045, 11.070552825927734, 3.515625], "mean": [-9.3531494140625, 123.24237060546875, 127.25392150878906, 77.38225555419922, -7.957776069641113, 16.32541275024414, 0.13680988550186157, 0.04443032294511795, -0.001959657296538353], "std": [6.601027488708496, 59.37919616699219, 41.756221771240234, 6.190395355224609, 30.458759307861328, 14.015446662902832, 1.6671733856201172, 2.3466877937316895, 1.0261234045028687], "count": [299]}, "observation.images.front": {"min": [[[0.03137254901960784]], [[0.050980392156862744]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6760472508169935]], [[0.5570498937908497]], [[0.3682478860294118]]], "std": [[[0.24043035212820407]], [[0.19174978141323107]], [[0.12533208547583743]]], "count": [100]}, "observation.images.wrist": {"min": [[[0.047058823529411764]], [[0.047058823529411764]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6459458292483661]], [[0.5564350633169934]], [[0.4725230739379085]]], "std": [[[0.1983032215824267]], [[0.1865865499764745]], [[0.16621826141649315]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.933333333333334], "mean": [4.966666666666667], "std": [2.8771127502720115], "count": [299]}, "frame_index": {"min": [0], "max": [298], "mean": [149.0], "std": [86.31338250816034], "count": [299]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [299]}, "index": {"min": [0], "max": [298], "mean": [149.0], "std": [86.31338250816034], "count": [299]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [299]}}}
meta/info.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "lekiwi",
4
+ "total_episodes": 1,
5
+ "total_frames": 299,
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
+ 9
21
+ ],
22
+ "names": [
23
+ "shoulder_pan",
24
+ "shoulder_lift",
25
+ "elbow_flex",
26
+ "wrist_flex",
27
+ "wrist_roll",
28
+ "gripper",
29
+ "x_mm",
30
+ "y_mm",
31
+ "theta"
32
+ ]
33
+ },
34
+ "observation.state": {
35
+ "dtype": "float32",
36
+ "shape": [
37
+ 9
38
+ ],
39
+ "names": [
40
+ "shoulder_pan",
41
+ "shoulder_lift",
42
+ "elbow_flex",
43
+ "wrist_flex",
44
+ "wrist_roll",
45
+ "gripper",
46
+ "x_mm",
47
+ "y_mm",
48
+ "theta"
49
+ ]
50
+ },
51
+ "observation.images.front": {
52
+ "dtype": "video",
53
+ "shape": [
54
+ 640,
55
+ 480,
56
+ 3
57
+ ],
58
+ "names": [
59
+ "height",
60
+ "width",
61
+ "channels"
62
+ ],
63
+ "info": {
64
+ "video.fps": 30.0,
65
+ "video.height": 640,
66
+ "video.width": 480,
67
+ "video.channels": 3,
68
+ "video.codec": "av1",
69
+ "video.pix_fmt": "yuv420p",
70
+ "video.is_depth_map": false,
71
+ "has_audio": false
72
+ }
73
+ },
74
+ "observation.images.wrist": {
75
+ "dtype": "video",
76
+ "shape": [
77
+ 480,
78
+ 640,
79
+ 3
80
+ ],
81
+ "names": [
82
+ "height",
83
+ "width",
84
+ "channels"
85
+ ],
86
+ "info": {
87
+ "video.fps": 30.0,
88
+ "video.height": 480,
89
+ "video.width": 640,
90
+ "video.channels": 3,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
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": "Pick up the can on the ground"}
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:792050768fb8612f1425385ae0ca73442cf21d260a1a48b07bea75be818886b7
3
+ size 2028839
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbe505b775538129bf72ec4c1a10868b60d4c1a5e283dcb1b5eeed62e5a25099
3
+ size 3673315