update
Browse files- meta/episodes.jsonl +0 -0
- meta/episodes_stats.jsonl +0 -0
- meta/info.json +140 -0
- meta/tasks.jsonl +73 -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": "qiwu",
|
4 |
+
"total_episodes": 1746,
|
5 |
+
"total_frames": 456729,
|
6 |
+
"total_tasks": 73,
|
7 |
+
"total_videos": 5238,
|
8 |
+
"total_chunks": 2,
|
9 |
+
"chunks_size": 1000,
|
10 |
+
"fps": 10,
|
11 |
+
"splits": {
|
12 |
+
"train": "0:1746"
|
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,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"task_index": 0, "task": "Put the red bell pepper into the box"}
|
2 |
+
{"task_index": 1, "task": " Put the tomato into the box"}
|
3 |
+
{"task_index": 2, "task": "Put the eggplant into the box"}
|
4 |
+
{"task_index": 3, "task": "Put the eggplant out of the box"}
|
5 |
+
{"task_index": 4, "task": "Put the tomato out of the box"}
|
6 |
+
{"task_index": 5, "task": "Put the red bell pepper out of the box"}
|
7 |
+
{"task_index": 6, "task": "Put the carrot into the box"}
|
8 |
+
{"task_index": 7, "task": "Put the appel into the box"}
|
9 |
+
{"task_index": 8, "task": "Put the appel out of the box"}
|
10 |
+
{"task_index": 9, "task": "Put the carrot out of the box"}
|
11 |
+
{"task_index": 10, "task": "Put the mango into the box"}
|
12 |
+
{"task_index": 11, "task": "Put the apple into the box"}
|
13 |
+
{"task_index": 12, "task": "Put the potato into the box"}
|
14 |
+
{"task_index": 13, "task": "Put the apple out of the box"}
|
15 |
+
{"task_index": 14, "task": "Put the mango out of the box"}
|
16 |
+
{"task_index": 15, "task": "Put the potato out of the box"}
|
17 |
+
{"task_index": 16, "task": "Put the white radish into the basin"}
|
18 |
+
{"task_index": 17, "task": "Put the red chill pepper into the basin"}
|
19 |
+
{"task_index": 18, "task": "Put the banana into the basin"}
|
20 |
+
{"task_index": 19, "task": "Put the white radish out of the basin"}
|
21 |
+
{"task_index": 20, "task": "Put the red chill pepper out of the basin"}
|
22 |
+
{"task_index": 21, "task": "Put the banana out of the basin"}
|
23 |
+
{"task_index": 22, "task": "Put the eggplant into the basin"}
|
24 |
+
{"task_index": 23, "task": "Put the orange into the basin"}
|
25 |
+
{"task_index": 24, "task": "Put the apple into the basin"}
|
26 |
+
{"task_index": 25, "task": "Put the apple out of the basin"}
|
27 |
+
{"task_index": 26, "task": "Put the eggplant out of the basin"}
|
28 |
+
{"task_index": 27, "task": "Put the orange out of the basin"}
|
29 |
+
{"task_index": 28, "task": "Put the green bell pepper into the basin"}
|
30 |
+
{"task_index": 29, "task": "Put the onion into the basin"}
|
31 |
+
{"task_index": 30, "task": "Put the cucumber into the basin"}
|
32 |
+
{"task_index": 31, "task": "Put the green bell pepper out of the basin"}
|
33 |
+
{"task_index": 32, "task": "Put the cucumber out of the basin"}
|
34 |
+
{"task_index": 33, "task": "Put the onion out of the basin"}
|
35 |
+
{"task_index": 34, "task": "Put the red-orange pumpkin into the blue basin"}
|
36 |
+
{"task_index": 35, "task": "Put the yellow lemon into the blue basin"}
|
37 |
+
{"task_index": 36, "task": "Put the yellow corn into the blue basin"}
|
38 |
+
{"task_index": 37, "task": "Put the yellow corn out of the blue basin"}
|
39 |
+
{"task_index": 38, "task": "Put the red-orange pumpkin out of the blue basin"}
|
40 |
+
{"task_index": 39, "task": "Put the yellow lemon out of the blue basin"}
|
41 |
+
{"task_index": 40, "task": "Put the green avocado into the blue basin"}
|
42 |
+
{"task_index": 41, "task": "Put the red carrot into the blue basin"}
|
43 |
+
{"task_index": 42, "task": "Put the pink peach into the blue basin"}
|
44 |
+
{"task_index": 43, "task": "Put the pink peach out of the blue basin"}
|
45 |
+
{"task_index": 44, "task": "Put the green avocado out of the blue basin"}
|
46 |
+
{"task_index": 45, "task": "Put the red carrot out of the blue basin"}
|
47 |
+
{"task_index": 46, "task": "Put the purple onion into the blue basin"}
|
48 |
+
{"task_index": 47, "task": "Put the green cucumber into the blue basin"}
|
49 |
+
{"task_index": 48, "task": "Put the red tomato into the blue basin"}
|
50 |
+
{"task_index": 49, "task": "Put the red tomato out of the blue basin"}
|
51 |
+
{"task_index": 50, "task": "Put the purple onion out of the blue basin"}
|
52 |
+
{"task_index": 51, "task": "Put the green cucumber out of the blue basin"}
|
53 |
+
{"task_index": 52, "task": "Put the orange into the blue basin"}
|
54 |
+
{"task_index": 53, "task": "Put the potato into the blue basin"}
|
55 |
+
{"task_index": 54, "task": "Put the yellow banana into the blue basin"}
|
56 |
+
{"task_index": 55, "task": "Put the orange out of the blue basin"}
|
57 |
+
{"task_index": 56, "task": "Put the banana out of the blue basin"}
|
58 |
+
{"task_index": 57, "task": "Put the potato out of the blue basin"}
|
59 |
+
{"task_index": 58, "task": "Put the yellow ginger into the blue basin"}
|
60 |
+
{"task_index": 59, "task": "Put the purple sweet potato into the blue basin"}
|
61 |
+
{"task_index": 60, "task": "Put the yellow bread into the blue basin"}
|
62 |
+
{"task_index": 61, "task": "Put the yellow bread out of the blue basin"}
|
63 |
+
{"task_index": 62, "task": "Put the yellow ginger out of the blue basin"}
|
64 |
+
{"task_index": 63, "task": "Put the purple sweet potato out of the blue basin"}
|
65 |
+
{"task_index": 64, "task": "Put the yellow mango into the blue basin"}
|
66 |
+
{"task_index": 65, "task": "Put the yellow banana out of the blue basin"}
|
67 |
+
{"task_index": 66, "task": "Put the yellow mango out of the blue basin"}
|
68 |
+
{"task_index": 67, "task": "Put the purple eggplant into the blue basin"}
|
69 |
+
{"task_index": 68, "task": "Put the purple eggplant out of the blue basin"}
|
70 |
+
{"task_index": 69, "task": "Put the green bell pepper into the blue basin"}
|
71 |
+
{"task_index": 70, "task": "Put the red apple into the blue basin"}
|
72 |
+
{"task_index": 71, "task": "Put the red apple out of the blue basin"}
|
73 |
+
{"task_index": 72, "task": "Put the green bell pepper out of the blue basin"}
|