Cidoyi commited on
Commit
9eafaa9
·
verified ·
1 Parent(s): 2a09d26

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:095a343322a0b9a1aa4098a22c87a1d67a89cacd76a0ddc0f82f9820a148e974
3
+ size 15674
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Play LA"], "length": 249}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-31.9921875, 107.9296875, 141.50390625, -60.64453125, 164.091796875, 97.52294158935547], "max": [-12.3046875, 185.09765625, 167.255859375, -2.021484375, 205.400390625, 98.44036865234375], "mean": [-21.289649963378906, 151.50320434570312, 159.28427124023438, -36.784873962402344, 195.53797912597656, 98.1925277709961], "std": [3.7397899627685547, 22.186199188232422, 6.5420989990234375, 16.226444244384766, 10.996152877807617, 0.22442393004894257], "count": [249]}, "observation.state": {"min": [-31.81640625, 111.09375, 138.076171875, -59.501953125, 164.35546875, 98.28179168701172], "max": [2.373046875, 185.185546875, 168.046875, -0.703125, 183.251953125, 100.0], "mean": [-21.237411499023438, 150.24014282226562, 161.36917114257812, -36.15516662597656, 181.29129028320312, 98.39927673339844], "std": [3.922905683517456, 21.994617462158203, 7.042609691619873, 16.2226505279541, 4.934566974639893, 0.12002435326576233], "count": [249]}, "observation.images.keyboard_camera": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4440321732026144]], [[0.4128825020424836]], [[0.3827643096405229]]], "std": [[[0.32953116698692236]], [[0.31427529969649376]], [[0.28202211048472575]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.266666666666667], "mean": [4.133333333333334], "std": [2.3959842947608694], "count": [249]}, "frame_index": {"min": [0], "max": [248], "mean": [124.0], "std": [71.87952884282609], "count": [249]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [249]}, "index": {"min": [0], "max": [248], "mean": [124.0], "std": [71.87952884282609], "count": [249]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [249]}}}
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": 249,
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:90f323edf76e2c123739194387e28dd9af6f07937241fc26d0593602da3df5ea
3
+ size 1162917