CarolinePascal HF Staff commited on
Commit
fa2512d
·
verified ·
1 Parent(s): 0cce7d8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -24
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  task_categories:
4
  - robotics
5
  tags:
@@ -11,33 +11,38 @@ configs:
11
 
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
 
 
 
 
 
 
 
14
  ## Dataset Description
15
 
16
 
17
 
18
  - **Homepage:** [More Information Needed]
19
  - **Paper:** [More Information Needed]
20
- - **License:** mit
21
 
22
  ## Dataset Structure
23
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v2.0",
28
  "robot_type": "unknown",
29
  "total_episodes": 170,
30
  "total_frames": 7148,
31
  "total_tasks": 17,
32
- "total_videos": 340,
33
- "total_chunks": 1,
34
  "chunks_size": 1000,
35
  "fps": 5,
36
  "splits": {
37
  "train": "0:170"
38
  },
39
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
  "features": {
42
  "observation.images.image": {
43
  "dtype": "video",
@@ -79,13 +84,6 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
79
  "has_audio": false
80
  }
81
  },
82
- "language_instruction": {
83
- "dtype": "string",
84
- "shape": [
85
- 1
86
- ],
87
- "names": null
88
- },
89
  "observation.state": {
90
  "dtype": "float32",
91
  "shape": [
@@ -95,7 +93,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
95
  "motors": [
96
  "motor_0"
97
  ]
98
- }
 
99
  },
100
  "action": {
101
  "dtype": "float32",
@@ -113,58 +112,68 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
113
  "motor_6",
114
  "motor_7"
115
  ]
116
- }
 
117
  },
118
  "timestamp": {
119
  "dtype": "float32",
120
  "shape": [
121
  1
122
  ],
123
- "names": null
 
124
  },
125
  "episode_index": {
126
  "dtype": "int64",
127
  "shape": [
128
  1
129
  ],
130
- "names": null
 
131
  },
132
  "frame_index": {
133
  "dtype": "int64",
134
  "shape": [
135
  1
136
  ],
137
- "names": null
 
138
  },
139
  "next.reward": {
140
  "dtype": "float32",
141
  "shape": [
142
  1
143
  ],
144
- "names": null
 
145
  },
146
  "next.done": {
147
  "dtype": "bool",
148
  "shape": [
149
  1
150
  ],
151
- "names": null
 
152
  },
153
  "index": {
154
  "dtype": "int64",
155
  "shape": [
156
  1
157
  ],
158
- "names": null
 
159
  },
160
  "task_index": {
161
  "dtype": "int64",
162
  "shape": [
163
  1
164
  ],
165
- "names": null
 
166
  }
167
- }
 
 
168
  }
169
  ```
170
 
 
1
  ---
2
+ license: apache-2.0
3
  task_categories:
4
  - robotics
5
  tags:
 
11
 
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=lerobot/imperialcollege_sawyer_wrist_cam">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
  ## Dataset Description
22
 
23
 
24
 
25
  - **Homepage:** [More Information Needed]
26
  - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
 
29
  ## Dataset Structure
30
 
31
  [meta/info.json](meta/info.json):
32
  ```json
33
  {
34
+ "codebase_version": "v3.0",
35
  "robot_type": "unknown",
36
  "total_episodes": 170,
37
  "total_frames": 7148,
38
  "total_tasks": 17,
 
 
39
  "chunks_size": 1000,
40
  "fps": 5,
41
  "splits": {
42
  "train": "0:170"
43
  },
44
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
  "features": {
47
  "observation.images.image": {
48
  "dtype": "video",
 
84
  "has_audio": false
85
  }
86
  },
 
 
 
 
 
 
 
87
  "observation.state": {
88
  "dtype": "float32",
89
  "shape": [
 
93
  "motors": [
94
  "motor_0"
95
  ]
96
+ },
97
+ "fps": 5
98
  },
99
  "action": {
100
  "dtype": "float32",
 
112
  "motor_6",
113
  "motor_7"
114
  ]
115
+ },
116
+ "fps": 5
117
  },
118
  "timestamp": {
119
  "dtype": "float32",
120
  "shape": [
121
  1
122
  ],
123
+ "names": null,
124
+ "fps": 5
125
  },
126
  "episode_index": {
127
  "dtype": "int64",
128
  "shape": [
129
  1
130
  ],
131
+ "names": null,
132
+ "fps": 5
133
  },
134
  "frame_index": {
135
  "dtype": "int64",
136
  "shape": [
137
  1
138
  ],
139
+ "names": null,
140
+ "fps": 5
141
  },
142
  "next.reward": {
143
  "dtype": "float32",
144
  "shape": [
145
  1
146
  ],
147
+ "names": null,
148
+ "fps": 5
149
  },
150
  "next.done": {
151
  "dtype": "bool",
152
  "shape": [
153
  1
154
  ],
155
+ "names": null,
156
+ "fps": 5
157
  },
158
  "index": {
159
  "dtype": "int64",
160
  "shape": [
161
  1
162
  ],
163
+ "names": null,
164
+ "fps": 5
165
  },
166
  "task_index": {
167
  "dtype": "int64",
168
  "shape": [
169
  1
170
  ],
171
+ "names": null,
172
+ "fps": 5
173
  }
174
+ },
175
+ "data_files_size_in_mb": 100,
176
+ "video_files_size_in_mb": 200
177
  }
178
  ```
179