OpenDriveLab-org commited on
Commit
d706544
·
verified ·
1 Parent(s): bed86a2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -7
README.md CHANGED
@@ -1,6 +1,29 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
  # Contents
6
  - [About the Dataset](#about-the-dataset)
@@ -11,16 +34,15 @@ license: mit
11
  - [Get Started](#get-started)
12
  - [License and Citation](#license-and-citation)
13
 
14
-
15
  # [About the Dataset](#contents)
16
  - This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
17
  - ** hours real world scenarios** across ** ** tasks
18
  - **tasks**
19
  * ff
20
 
21
- # [Dataset Structure](#table-of-contents)
22
 
23
- ## Folder hierarchy
24
  ```text
25
  dataset_root/
26
  ├── data/
@@ -53,7 +75,7 @@ dataset_root/
53
  ```
54
 
55
  <a id='Details'></a>
56
- ## [Details](#Table-of-Contents)
57
  ### info.json
58
  the basic struct of the [info.json](#meta/info.json)
59
  ```json
@@ -154,7 +176,7 @@ the basic struct of the [info.json](#meta/info.json)
154
  }
155
  ```
156
 
157
- ### Parquet file format
158
  | Field Name | shape | Meaning |
159
  |------------|-------------|-------------|
160
  | observation.state | [N, 14] |left `[:, :6]`, right `[:, 7:13]`, joint angle<br> left`[:, 6]`, right `[:, 13]` , gripper open range|
@@ -166,7 +188,7 @@ the basic struct of the [info.json](#meta/info.json)
166
  | task_index | [N, 1] | Index identifying the task type being performed |
167
 
168
 
169
- # Download the Dataset
170
  ### Python Script
171
 
172
  ```python
@@ -215,7 +237,7 @@ hf download OpenDriveLab-org/kai0 \
215
  --local-dir "/where/you/want/to/save"
216
  ```
217
 
218
- # Get Started
219
  ## Load the dataset
220
 
221
  ### For LeRobot version < 0.4.0
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
  ---
11
+ <span style="color: red; font-weight: bold; font-size: 24px;">⚠️ !!! 等待信息,填充链接</span>
12
+ <div align="center">
13
+ <a href="">
14
+ <img src="https://img.shields.io/badge/GitHub-grey?logo=GitHub" alt="GitHub Badge">
15
+ </a>
16
+ <a href="">
17
+ <img src="https://img.shields.io/badge/Project%20Page-blue?style=plastic" alt="Project Page Badge">
18
+ </a>
19
+ <a href="">
20
+ <img src="https://img.shields.io/badge/Research_Blog-black?style=flat" alt="Research Blog Badge">
21
+ </a>
22
+ <a href="">
23
+ <img src="https://img.shields.io/badge/Dataset-Overview-brightgreen?logo=googleforms" alt="Research Blog Badge">
24
+ </a>
25
+ </div>
26
+
27
 
28
  # Contents
29
  - [About the Dataset](#about-the-dataset)
 
34
  - [Get Started](#get-started)
35
  - [License and Citation](#license-and-citation)
36
 
 
37
  # [About the Dataset](#contents)
38
  - This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
39
  - ** hours real world scenarios** across ** ** tasks
40
  - **tasks**
41
  * ff
42
 
43
+ # [Dataset Structure](#contents)
44
 
45
+ ## [Folder hierarchy](#contents)
46
  ```text
47
  dataset_root/
48
  ├── data/
 
75
  ```
76
 
77
  <a id='Details'></a>
78
+ ## [Details](#contents)
79
  ### info.json
80
  the basic struct of the [info.json](#meta/info.json)
81
  ```json
 
176
  }
177
  ```
178
 
179
+ ### [Parquet file format](#contents)
180
  | Field Name | shape | Meaning |
181
  |------------|-------------|-------------|
182
  | observation.state | [N, 14] |left `[:, :6]`, right `[:, 7:13]`, joint angle<br> left`[:, 6]`, right `[:, 13]` , gripper open range|
 
188
  | task_index | [N, 1] | Index identifying the task type being performed |
189
 
190
 
191
+ # [Download the Dataset](#contents)
192
  ### Python Script
193
 
194
  ```python
 
237
  --local-dir "/where/you/want/to/save"
238
  ```
239
 
240
+ # [Get Started](#contents)
241
  ## Load the dataset
242
 
243
  ### For LeRobot version < 0.4.0