hdu-robot commited on
Commit
ec233ca
·
verified ·
1 Parent(s): 3f6e788

Add files using upload-large-folder tool

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:d03636c51299397d9819cf56381ef6c70c55432df63e609ff334982b6d179c1f
3
+ size 20383
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["test"], "length": 601}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"timestamp": {"min": [0.0], "max": [20.0], "mean": [10.0], "std": [5.783117190965824], "count": [601]}, "frame_index": {"min": [0], "max": [600], "mean": [300.0], "std": [173.49351572897473], "count": [601]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [601]}, "index": {"min": [0], "max": [600], "mean": [300.0], "std": [173.49351572897473], "count": [601]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [601]}, "observation.images.front_left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32639377509497836]], [[0.339333650677902]], [[0.3250892233385549]]], "std": [[[0.16726875430496957]], [[0.1613906481381975]], [[0.159446830362493]]], "count": [121]}, "observation.images.left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31782133725850303]], [[0.3380544414735591]], [[0.334069980104071]]], "std": [[[0.16280795702337345]], [[0.16025971720279286]], [[0.15927008126936873]]], "count": [121]}, "observation.images.right": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3439283904103423]], [[0.3569040696627595]], [[0.35282837735645217]]], "std": [[[0.15053868379350868]], [[0.14703179557757104]], [[0.14078178851354883]]], "count": [121]}, "observation.state": {"min": [-2.4247869244239007e-16, -7.539396500486244e-20, -0.0017836729530245066], "max": [-2.4035097214866687e-16, -3.9732977720305395e-20, 0.00177610048558563], "mean": [-2.416198539734334e-16, -5.700388529377893e-20, -4.9515447244630195e-06], "std": [3.596496258873836e-19, 5.867341930545294e-21, 0.0006608749972656369], "count": [601]}, "action": {"min": [0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0], "count": [601]}}}
meta/info.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "gaemi",
4
+ "total_episodes": 1,
5
+ "total_frames": 601,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
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
+ "timestamp": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": null
23
+ },
24
+ "frame_index": {
25
+ "dtype": "int64",
26
+ "shape": [
27
+ 1
28
+ ],
29
+ "names": null
30
+ },
31
+ "episode_index": {
32
+ "dtype": "int64",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "task_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "observation.images.front_left": {
53
+ "dtype": "video",
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "shape": [
60
+ 360,
61
+ 640,
62
+ 3
63
+ ],
64
+ "info": {
65
+ "video.height": 360,
66
+ "video.width": 640,
67
+ "video.channels": 3,
68
+ "video.codec": "libx264",
69
+ "video.pix_fmt": "yuv420p"
70
+ }
71
+ },
72
+ "observation.images.left": {
73
+ "dtype": "video",
74
+ "names": [
75
+ "height",
76
+ "width",
77
+ "channels"
78
+ ],
79
+ "shape": [
80
+ 360,
81
+ 640,
82
+ 3
83
+ ],
84
+ "info": {
85
+ "video.height": 360,
86
+ "video.width": 640,
87
+ "video.channels": 3,
88
+ "video.codec": "libx264",
89
+ "video.pix_fmt": "yuv420p"
90
+ }
91
+ },
92
+ "observation.images.right": {
93
+ "dtype": "video",
94
+ "names": [
95
+ "height",
96
+ "width",
97
+ "channels"
98
+ ],
99
+ "shape": [
100
+ 360,
101
+ 640,
102
+ 3
103
+ ],
104
+ "info": {
105
+ "video.height": 360,
106
+ "video.width": 640,
107
+ "video.channels": 3,
108
+ "video.codec": "libx264",
109
+ "video.pix_fmt": "yuv420p"
110
+ }
111
+ },
112
+ "observation.state": {
113
+ "dtype": "float32",
114
+ "names": [
115
+ "linear_x",
116
+ "linear_y",
117
+ "angular_z"
118
+ ],
119
+ "shape": [
120
+ 3
121
+ ]
122
+ },
123
+ "action": {
124
+ "dtype": "float32",
125
+ "names": [
126
+ "linear_x",
127
+ "linear_y",
128
+ "angular_z"
129
+ ],
130
+ "shape": [
131
+ 3
132
+ ]
133
+ }
134
+ }
135
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "test"}
videos/chunk-000/observation.images.front_left/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bfc5a86852ce3890f8fe6349321066e335987fa3ba24985dc8c0b098e1625fb
3
+ size 9110325
videos/chunk-000/observation.images.left/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37c2f3e83d42ebedf6803124497b6b4cbcbc7433d160a0de1c2a729e4befee1b
3
+ size 8323975
videos/chunk-000/observation.images.right/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27004116f8abe5b566abc4662aaf4b0179745fc4d73755dfa7d6748a78c78ef7
3
+ size 8673428