Cidoyi commited on
Commit
9056424
·
verified ·
1 Parent(s): b661b0f

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:a12de580150b33b47e200f7e846e213e19ca778e98af03b435c95f7f08407e94
3
+ size 13740
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Play LA"], "length": 259}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [4.74609375, 122.958984375, 173.3203125, -66.4453125, 177.5390625, 100.27523040771484], "max": [13.53515625, 185.361328125, 174.638671875, -12.216796875, 182.373046875, 101.37615203857422], "mean": [9.14910888671875, 168.44281005859375, 174.44883728027344, -32.538536071777344, 179.8759002685547, 100.884521484375], "std": [2.6552083492279053, 22.79315185546875, 0.30679818987846375, 19.618745803833008, 0.9971065521240234, 0.28580763936042786], "count": [259]}, "observation.state": {"min": [4.74609375, 123.134765625, 176.044921875, -66.005859375, 177.890625, 99.22679901123047], "max": [13.359375, 185.09765625, 176.30859375, -12.3046875, 182.109375, 100.8591079711914], "mean": [9.094134330749512, 167.76113891601562, 176.21778869628906, -31.867307662963867, 179.9237518310547, 100.68346405029297], "std": [2.632542848587036, 22.890213012695312, 0.06480741500854492, 19.781173706054688, 0.9795541763305664, 0.23533223569393158], "count": [259]}, "observation.images.keyboard_camera": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4463775388071895]], [[0.41427377859477127]], [[0.38308457720588235]]], "std": [[[0.3310482373447082]], [[0.31489179709153853]], [[0.2813425488999089]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.6], "mean": [4.3], "std": [2.492210085669166], "count": [259]}, "frame_index": {"min": [0], "max": [258], "mean": [129.0], "std": [74.76630257007497], "count": [259]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [259]}, "index": {"min": [0], "max": [258], "mean": [129.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [259]}}}
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": 259,
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:c519150c60c707d833df108ed47507464f4db68a3080bca7a9d8fbca97679000
3
+ size 1209140