Cidoyi commited on
Commit
79fa4b2
·
verified ·
1 Parent(s): d575c6b

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:3cd5079ecdb61071f340782a949cc5c5e57dc94fee97b8f4db7694d081666f08
3
+ size 14461
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Play LA"], "length": 273}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-11.953125, 109.599609375, 166.9921875, -83.232421875, 179.296875, 100.55046081542969], "max": [0.17578125, 184.39453125, 174.7265625, -48.515625, 186.064453125, 100.73394775390625], "mean": [-5.486886024475098, 155.52163696289062, 172.1024169921875, -69.91490173339844, 183.62696838378906, 100.60309600830078], "std": [4.962230205535889, 29.829587936401367, 3.267383098602295, 10.215655326843262, 1.778133511543274, 0.06682911515235901], "count": [273]}, "observation.state": {"min": [-11.513671875, 109.6875, 170.33203125, -81.73828125, 176.484375, 97.50859069824219], "max": [0.087890625, 194.0625, 185.009765625, -48.955078125, 183.1640625, 100.60137176513672], "mean": [-5.56640625, 155.0480499267578, 174.38723754882812, -69.43456268310547, 182.3550262451172, 100.4608154296875], "std": [4.832648754119873, 30.08702850341797, 3.016650438308716, 9.843998908996582, 0.8592193722724915, 0.24305148422718048], "count": [273]}, "observation.images.keyboard_camera": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44705515522875816]], [[0.4155641809640523]], [[0.38499685661764704]]], "std": [[[0.33110569753753427]], [[0.3156319556278985]], [[0.28307155093883857]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.066666666666666], "mean": [4.533333333333334], "std": [2.6269261011190896], "count": [273]}, "frame_index": {"min": [0], "max": [272], "mean": [136.0], "std": [78.80778303357269], "count": [273]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [273]}, "index": {"min": [0], "max": [272], "mean": [136.0], "std": [78.80778303357269], "count": [273]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [273]}}}
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": 273,
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:9755aa00f4f80a2211da472090541c502e44df5893e7e943f429989a9bde37ba
3
+ size 1272531