Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -23,47 +23,104 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
23 |
"splits": {
|
24 |
"train": "0:50"
|
25 |
},
|
26 |
-
"
|
27 |
-
"observation.state"
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
"observation.images.laptop": {
|
39 |
-
"
|
40 |
-
"
|
41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
},
|
43 |
"observation.images.phone": {
|
44 |
-
"
|
45 |
-
"
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
}
|
48 |
},
|
49 |
-
"names": {
|
50 |
-
"observation.state": [
|
51 |
-
"shoulder_pan",
|
52 |
-
"shoulder_lift",
|
53 |
-
"elbow_flex",
|
54 |
-
"wrist_flex",
|
55 |
-
"wrist_roll",
|
56 |
-
"gripper"
|
57 |
-
],
|
58 |
-
"action": [
|
59 |
-
"shoulder_pan",
|
60 |
-
"shoulder_lift",
|
61 |
-
"elbow_flex",
|
62 |
-
"wrist_flex",
|
63 |
-
"wrist_roll",
|
64 |
-
"gripper"
|
65 |
-
]
|
66 |
-
},
|
67 |
"videos": {
|
68 |
"videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
69 |
"observation.images.laptop": {
|
|
|
23 |
"splits": {
|
24 |
"train": "0:50"
|
25 |
},
|
26 |
+
"features": {
|
27 |
+
"observation.state": {
|
28 |
+
"dtype": "float32",
|
29 |
+
"shape": [
|
30 |
+
6
|
31 |
+
],
|
32 |
+
"names": [
|
33 |
+
"shoulder_pan",
|
34 |
+
"shoulder_lift",
|
35 |
+
"elbow_flex",
|
36 |
+
"wrist_flex",
|
37 |
+
"wrist_roll",
|
38 |
+
"gripper"
|
39 |
+
]
|
40 |
+
},
|
41 |
+
"action": {
|
42 |
+
"dtype": "float32",
|
43 |
+
"shape": [
|
44 |
+
6
|
45 |
+
],
|
46 |
+
"names": [
|
47 |
+
"shoulder_pan",
|
48 |
+
"shoulder_lift",
|
49 |
+
"elbow_flex",
|
50 |
+
"wrist_flex",
|
51 |
+
"wrist_roll",
|
52 |
+
"gripper"
|
53 |
+
]
|
54 |
+
},
|
55 |
"observation.images.laptop": {
|
56 |
+
"dtype": "video",
|
57 |
+
"shape": [
|
58 |
+
640,
|
59 |
+
480,
|
60 |
+
3
|
61 |
+
],
|
62 |
+
"names": [
|
63 |
+
"width",
|
64 |
+
"height",
|
65 |
+
"channel"
|
66 |
+
]
|
67 |
},
|
68 |
"observation.images.phone": {
|
69 |
+
"dtype": "video",
|
70 |
+
"shape": [
|
71 |
+
640,
|
72 |
+
480,
|
73 |
+
3
|
74 |
+
],
|
75 |
+
"names": [
|
76 |
+
"width",
|
77 |
+
"height",
|
78 |
+
"channel"
|
79 |
+
]
|
80 |
+
},
|
81 |
+
"episode_index": {
|
82 |
+
"dtype": "int64",
|
83 |
+
"shape": [
|
84 |
+
1
|
85 |
+
],
|
86 |
+
"names": null
|
87 |
+
},
|
88 |
+
"frame_index": {
|
89 |
+
"dtype": "int64",
|
90 |
+
"shape": [
|
91 |
+
1
|
92 |
+
],
|
93 |
+
"names": null
|
94 |
+
},
|
95 |
+
"timestamp": {
|
96 |
+
"dtype": "float32",
|
97 |
+
"shape": [
|
98 |
+
1
|
99 |
+
],
|
100 |
+
"names": null
|
101 |
+
},
|
102 |
+
"next.done": {
|
103 |
+
"dtype": "bool",
|
104 |
+
"shape": [
|
105 |
+
1
|
106 |
+
],
|
107 |
+
"names": null
|
108 |
+
},
|
109 |
+
"index": {
|
110 |
+
"dtype": "int64",
|
111 |
+
"shape": [
|
112 |
+
1
|
113 |
+
],
|
114 |
+
"names": null
|
115 |
+
},
|
116 |
+
"task_index": {
|
117 |
+
"dtype": "int64",
|
118 |
+
"shape": [
|
119 |
+
1
|
120 |
+
],
|
121 |
+
"names": null
|
122 |
}
|
123 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
"videos": {
|
125 |
"videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
126 |
"observation.images.laptop": {
|