Cidoyi commited on
Commit
d38378b
·
verified ·
1 Parent(s): 98cd97f

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:644c3da5c212d6aa876d2dcf2bd6178a885e9632a9955a3dfc75b1bb9421aa00
3
+ size 14025
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Play LA"], "length": 240}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-30.849609375, 87.71484375, 113.291015625, -56.162109375, 168.837890625, 91.46788787841797], "max": [0.615234375, 185.9765625, 174.638671875, -16.787109375, 210.849609375, 96.78899383544922], "mean": [-24.9832763671875, 121.3912353515625, 132.308349609375, -31.459716796875, 183.83099365234375, 94.65221405029297], "std": [8.367280960083008, 37.874244689941406, 23.794403076171875, 10.65709114074707, 10.054773330688477, 1.47308349609375], "count": [240]}, "observation.state": {"min": [-30.9375, 87.5390625, 117.158203125, -55.107421875, 169.1015625, 91.83848571777344], "max": [0.17578125, 185.888671875, 175.25390625, -16.962890625, 183.076171875, 97.3367691040039], "mean": [-25.2601318359375, 119.070556640625, 134.5931396484375, -29.9996337890625, 179.71910095214844, 94.87064361572266], "std": [7.721888542175293, 37.58503341674805, 22.057409286499023, 10.332527160644531, 5.207651138305664, 1.6420509815216064], "count": [240]}, "observation.images.keyboard_camera": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44154035334967323]], [[0.4109265992647059]], [[0.3813724795751634]]], "std": [[[0.32951187599125015]], [[0.31394187692944836]], [[0.2814614479902855]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.966666666666667], "mean": [3.9833333333333334], "std": [2.309381029787146], "count": [240]}, "frame_index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [240]}, "index": {"min": [0], "max": [239], "mean": [119.5], "std": [69.2814308936144], "count": [240]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [240]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 240,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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
+ "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
+ "observation.state": {
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.images.keyboard_camera": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Play LA"}
videos/chunk-000/observation.images.keyboard_camera/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:208f7296a882d7c9d2d00e0aae4bf68089cd94df41ce4e69b96140c348432c9c
3
+ size 1107350