update
Browse files- meta/episodes.jsonl +0 -0
- meta/episodes_stats.jsonl +0 -0
- meta/info.json +140 -0
- meta/tasks.jsonl +64 -0
meta/episodes.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
meta/episodes_stats.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
meta/info.json
ADDED
@@ -0,0 +1,140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"codebase_version": "v2.1",
|
3 |
+
"robot_type": "aubo",
|
4 |
+
"total_episodes": 1423,
|
5 |
+
"total_frames": 287825,
|
6 |
+
"total_tasks": 64,
|
7 |
+
"total_videos": 4269,
|
8 |
+
"total_chunks": 2,
|
9 |
+
"chunks_size": 1000,
|
10 |
+
"fps": 10,
|
11 |
+
"splits": {
|
12 |
+
"train": "0:1423"
|
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 |
+
"observation.state": {
|
18 |
+
"dtype": "float32",
|
19 |
+
"shape": [
|
20 |
+
14
|
21 |
+
],
|
22 |
+
"names": [
|
23 |
+
"state"
|
24 |
+
]
|
25 |
+
},
|
26 |
+
"action": {
|
27 |
+
"dtype": "float32",
|
28 |
+
"shape": [
|
29 |
+
14
|
30 |
+
],
|
31 |
+
"names": [
|
32 |
+
"actions"
|
33 |
+
]
|
34 |
+
},
|
35 |
+
"observation.images.cam_high": {
|
36 |
+
"dtype": "video",
|
37 |
+
"shape": [
|
38 |
+
3,
|
39 |
+
400,
|
40 |
+
640
|
41 |
+
],
|
42 |
+
"names": [
|
43 |
+
"channels",
|
44 |
+
"height",
|
45 |
+
"width"
|
46 |
+
],
|
47 |
+
"info": {
|
48 |
+
"video.fps": 20.0,
|
49 |
+
"video.height": 400,
|
50 |
+
"video.width": 640,
|
51 |
+
"video.channels": 3,
|
52 |
+
"video.codec": "h264",
|
53 |
+
"video.pix_fmt": "yuv420p",
|
54 |
+
"video.is_depth_map": false,
|
55 |
+
"has_audio": false
|
56 |
+
}
|
57 |
+
},
|
58 |
+
"observation.images.cam_left_wrist": {
|
59 |
+
"dtype": "video",
|
60 |
+
"shape": [
|
61 |
+
3,
|
62 |
+
480,
|
63 |
+
640
|
64 |
+
],
|
65 |
+
"names": [
|
66 |
+
"channels",
|
67 |
+
"height",
|
68 |
+
"width"
|
69 |
+
],
|
70 |
+
"info": {
|
71 |
+
"video.fps": 20.0,
|
72 |
+
"video.height": 480,
|
73 |
+
"video.width": 640,
|
74 |
+
"video.channels": 3,
|
75 |
+
"video.codec": "h264",
|
76 |
+
"video.pix_fmt": "yuv420p",
|
77 |
+
"video.is_depth_map": false,
|
78 |
+
"has_audio": false
|
79 |
+
}
|
80 |
+
},
|
81 |
+
"observation.images.cam_right_wrist": {
|
82 |
+
"dtype": "video",
|
83 |
+
"shape": [
|
84 |
+
3,
|
85 |
+
480,
|
86 |
+
640
|
87 |
+
],
|
88 |
+
"names": [
|
89 |
+
"channels",
|
90 |
+
"height",
|
91 |
+
"width"
|
92 |
+
],
|
93 |
+
"info": {
|
94 |
+
"video.fps": 20.0,
|
95 |
+
"video.height": 480,
|
96 |
+
"video.width": 640,
|
97 |
+
"video.channels": 3,
|
98 |
+
"video.codec": "h264",
|
99 |
+
"video.pix_fmt": "yuv420p",
|
100 |
+
"video.is_depth_map": false,
|
101 |
+
"has_audio": false
|
102 |
+
}
|
103 |
+
},
|
104 |
+
"timestamp": {
|
105 |
+
"dtype": "float32",
|
106 |
+
"shape": [
|
107 |
+
1
|
108 |
+
],
|
109 |
+
"names": null
|
110 |
+
},
|
111 |
+
"frame_index": {
|
112 |
+
"dtype": "int64",
|
113 |
+
"shape": [
|
114 |
+
1
|
115 |
+
],
|
116 |
+
"names": null
|
117 |
+
},
|
118 |
+
"episode_index": {
|
119 |
+
"dtype": "int64",
|
120 |
+
"shape": [
|
121 |
+
1
|
122 |
+
],
|
123 |
+
"names": null
|
124 |
+
},
|
125 |
+
"index": {
|
126 |
+
"dtype": "int64",
|
127 |
+
"shape": [
|
128 |
+
1
|
129 |
+
],
|
130 |
+
"names": null
|
131 |
+
},
|
132 |
+
"task_index": {
|
133 |
+
"dtype": "int64",
|
134 |
+
"shape": [
|
135 |
+
1
|
136 |
+
],
|
137 |
+
"names": null
|
138 |
+
}
|
139 |
+
}
|
140 |
+
}
|
meta/tasks.jsonl
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"task_index": 0, "task": "put the corn into the blue basin"}
|
2 |
+
{"task_index": 1, "task": "put the potato into the blue basin"}
|
3 |
+
{"task_index": 2, "task": "put the orange into the blue basin"}
|
4 |
+
{"task_index": 3, "task": "move the orange out of the blue basin"}
|
5 |
+
{"task_index": 4, "task": "move the corn out of the blue basin"}
|
6 |
+
{"task_index": 5, "task": "move the potato out of the blue basin"}
|
7 |
+
{"task_index": 6, "task": "put the pumpkin into the blue basin"}
|
8 |
+
{"task_index": 7, "task": "put the lemon into the blue basin"}
|
9 |
+
{"task_index": 8, "task": "move the pumpkin out of the blue basin"}
|
10 |
+
{"task_index": 9, "task": "move the lemon out of the blue basin"}
|
11 |
+
{"task_index": 10, "task": "put the avocado into the blue basin"}
|
12 |
+
{"task_index": 11, "task": "put the green pepper into the blue basin"}
|
13 |
+
{"task_index": 12, "task": "move the green pepper out of the blue basin"}
|
14 |
+
{"task_index": 13, "task": "move the avocado out of the blue basin"}
|
15 |
+
{"task_index": 14, "task": "put the bell pepper into the blue basin"}
|
16 |
+
{"task_index": 15, "task": "move the bell pepper out of the blue basin"}
|
17 |
+
{"task_index": 16, "task": "put the apple into the blue basin"}
|
18 |
+
{"task_index": 17, "task": "put the peach into the blue basin"}
|
19 |
+
{"task_index": 18, "task": "move the apple out of the blue basin"}
|
20 |
+
{"task_index": 19, "task": "move the peach out of the blue basin"}
|
21 |
+
{"task_index": 20, "task": "put the avocado into the blue basin"}
|
22 |
+
{"task_index": 21, "task": "put the orange into the blue basin"}
|
23 |
+
{"task_index": 22, "task": "put the green pepper into the blue basin"}
|
24 |
+
{"task_index": 23, "task": "move the orange out of the blue basin"}
|
25 |
+
{"task_index": 24, "task": "put the pumpkin into the blue basin"}
|
26 |
+
{"task_index": 25, "task": "put the apple into the blue basin"}
|
27 |
+
{"task_index": 26, "task": "put the peach into the blue basin"}
|
28 |
+
{"task_index": 27, "task": "put the carrot into the blue basin"}
|
29 |
+
{"task_index": 28, "task": "put the chili into the blue basin"}
|
30 |
+
{"task_index": 29, "task": "move the chili out of the blue basin"}
|
31 |
+
{"task_index": 30, "task": "move the carrot out of the blue basin"}
|
32 |
+
{"task_index": 31, "task": "put the chili into the blue basin"}
|
33 |
+
{"task_index": 32, "task": "put the carrot into the blue basin"}
|
34 |
+
{"task_index": 33, "task": "put the eggplant into the blue basin"}
|
35 |
+
{"task_index": 34, "task": "put the cuke into the blue basin"}
|
36 |
+
{"task_index": 35, "task": "put the egg into the blue basin"}
|
37 |
+
{"task_index": 36, "task": "move the cuke out of the blue basin"}
|
38 |
+
{"task_index": 37, "task": "move the eggplant out of the blue basin"}
|
39 |
+
{"task_index": 38, "task": "move the egg out of the blue basin"}
|
40 |
+
{"task_index": 39, "task": "put the banana into the blue basin"}
|
41 |
+
{"task_index": 40, "task": "move the banana out of the blue basin"}
|
42 |
+
{"task_index": 41, "task": "put the mango into the blue basin"}
|
43 |
+
{"task_index": 42, "task": "move the bell pepper out of the blue basin"}
|
44 |
+
{"task_index": 43, "task": "move the mango out of the blue basin"}
|
45 |
+
{"task_index": 44, "task": "put the tomato into the blue basin"}
|
46 |
+
{"task_index": 45, "task": "move the tomato out of the blue basin"}
|
47 |
+
{"task_index": 46, "task": "put the pear into the blue basin"}
|
48 |
+
{"task_index": 47, "task": "move the pear out of the blue basin"}
|
49 |
+
{"task_index": 48, "task": "put the grape into the blue basin"}
|
50 |
+
{"task_index": 49, "task": "put the garlic into the blue basin"}
|
51 |
+
{"task_index": 50, "task": "put the mushroom into the blue basin"}
|
52 |
+
{"task_index": 51, "task": "move the mushroom out of the blue basin"}
|
53 |
+
{"task_index": 52, "task": "move the grape out of the blue basin"}
|
54 |
+
{"task_index": 53, "task": "move the garlic out of the blue basin"}
|
55 |
+
{"task_index": 54, "task": "put the cake into the blue basin"}
|
56 |
+
{"task_index": 55, "task": "put the fresh ginger into the blue basin"}
|
57 |
+
{"task_index": 56, "task": "move the cake out of the blue basin"}
|
58 |
+
{"task_index": 57, "task": "move the fresh ginger out of the blue basin"}
|
59 |
+
{"task_index": 58, "task": "put the sweet potato into the blue basin"}
|
60 |
+
{"task_index": 59, "task": "move the sweet potato out of the blue basin"}
|
61 |
+
{"task_index": 60, "task": "put the celery cabbage into the blue basin"}
|
62 |
+
{"task_index": 61, "task": "put the white radish into the blue basin"}
|
63 |
+
{"task_index": 62, "task": "move the white radish out of the blue basin"}
|
64 |
+
{"task_index": 63, "task": "move the celery cabbage out of the blue basin"}
|