hdu-robot commited on
Commit
416dd1b
·
verified ·
1 Parent(s): 93adf14

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - robotis
7
+ - LeRobot
8
+ - gaemi
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [Physical AI Tools](https://github.com/ROBOTIS-GIT/physical_ai_tools) and [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+ ## Dataset Description
17
+
18
+
19
+
20
+ - **Homepage:** [More Information Needed]
21
+ - **License:** apache-2.0
22
+
23
+ ## Dataset Structure
24
+
25
+ [meta/info.json](meta/info.json):
26
+ ```json
27
+ {
28
+ "codebase_version": "v2.1",
29
+ "robot_type": "gaemi",
30
+ "total_episodes": 1,
31
+ "total_frames": 573,
32
+ "total_tasks": 1,
33
+ "total_videos": 3,
34
+ "total_chunks": 1,
35
+ "chunks_size": 1000,
36
+ "fps": 10,
37
+ "splits": {
38
+ "train": "0:1"
39
+ },
40
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
+ "features": {
43
+ "timestamp": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 1
47
+ ],
48
+ "names": null
49
+ },
50
+ "frame_index": {
51
+ "dtype": "int64",
52
+ "shape": [
53
+ 1
54
+ ],
55
+ "names": null
56
+ },
57
+ "episode_index": {
58
+ "dtype": "int64",
59
+ "shape": [
60
+ 1
61
+ ],
62
+ "names": null
63
+ },
64
+ "index": {
65
+ "dtype": "int64",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "names": null
70
+ },
71
+ "task_index": {
72
+ "dtype": "int64",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null
77
+ },
78
+ "observation.images.front_left": {
79
+ "dtype": "video",
80
+ "names": [
81
+ "height",
82
+ "width",
83
+ "channels"
84
+ ],
85
+ "shape": [
86
+ 360,
87
+ 640,
88
+ 3
89
+ ],
90
+ "info": {
91
+ "video.height": 360,
92
+ "video.width": 640,
93
+ "video.channels": 3,
94
+ "video.codec": "libx264",
95
+ "video.pix_fmt": "yuv420p"
96
+ }
97
+ },
98
+ "observation.images.left": {
99
+ "dtype": "video",
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channels"
104
+ ],
105
+ "shape": [
106
+ 360,
107
+ 640,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 360,
112
+ "video.width": 640,
113
+ "video.channels": 3,
114
+ "video.codec": "libx264",
115
+ "video.pix_fmt": "yuv420p"
116
+ }
117
+ },
118
+ "observation.images.right": {
119
+ "dtype": "video",
120
+ "names": [
121
+ "height",
122
+ "width",
123
+ "channels"
124
+ ],
125
+ "shape": [
126
+ 360,
127
+ 640,
128
+ 3
129
+ ],
130
+ "info": {
131
+ "video.height": 360,
132
+ "video.width": 640,
133
+ "video.channels": 3,
134
+ "video.codec": "libx264",
135
+ "video.pix_fmt": "yuv420p"
136
+ }
137
+ },
138
+ "observation.state": {
139
+ "dtype": "float32",
140
+ "names": [
141
+ "linear_x",
142
+ "linear_y",
143
+ "angular_z"
144
+ ],
145
+ "shape": [
146
+ 3
147
+ ]
148
+ },
149
+ "action": {
150
+ "dtype": "float32",
151
+ "names": [
152
+ "linear_x",
153
+ "linear_y",
154
+ "angular_z"
155
+ ],
156
+ "shape": [
157
+ 3
158
+ ]
159
+ }
160
+ }
161
+ }
162
+ ```
163
+
164
+
165
+ ## Citation
166
+
167
+ **BibTeX:**
168
+
169
+ ```bibtex
170
+ [More Information Needed]
171
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2978b94ec22a4e47b7eaa98eb540be37ce88d6166e76d97608e40b6de894d7d
3
+ size 22870
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["encoder_test2"], "length": 573}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"timestamp": {"min": [0.0], "max": [57.2], "mean": [28.600000000000005], "std": [16.541060022461277], "count": [573]}, "frame_index": {"min": [0], "max": [572], "mean": [286.0], "std": [165.41060022461278], "count": [573]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [573]}, "index": {"min": [0], "max": [572], "mean": [286.0], "std": [165.41060022461278], "count": [573]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [573]}, "observation.images.front_left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3364076471519282]], [[0.3491256470774445]], [[0.3416598514049495]]], "std": [[[0.1397283624662354]], [[0.1341309131761022]], [[0.13487459578881023]]], "count": [117]}, "observation.images.left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32570637348006626]], [[0.3394707674617805]], [[0.3296476360724727]]], "std": [[[0.15047371468655785]], [[0.14426231400759815]], [[0.1449126397395221]]], "count": [117]}, "observation.images.right": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3289099375267676]], [[0.3438582667634955]], [[0.33677949788652406]]], "std": [[[0.14862028027183055]], [[0.14316075933102537]], [[0.14356470900003263]]], "count": [117]}, "observation.state": {"min": [-0.008648775517940521, 0.0, -0.6479036808013916], "max": [1.0609164237976074, 0.0, 1.9125065803527832], "mean": [0.6058831810951233, 0.0, 0.1603998839855194], "std": [0.3469013273715973, 0.0, 0.41811347007751465], "count": [573]}, "action": {"min": [0.0, 0.0, -0.7755044102668762], "max": [1.0, 0.0, 2.0], "mean": [0.620096743106842, 0.0, 0.1869787722826004], "std": [0.35833045840263367, 0.0, 0.49778664112091064], "count": [573]}}}
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": 573,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
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": "encoder_test2"}
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:1fc4bbe2287fea0a97fa195993a431e6c6a01db54c3808a122eb3a04afcd508e
3
+ size 10194407
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:9f9f8a39b697741ac5ed41216a09a8de80da673a701ad0ce74b759deebd215b4
3
+ size 10296672
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:99335f4a6b7b3ee9347fe5a05db103615d7146d5747134f345dc8251e1ff33e6
3
+ size 8997930