CarolinePascal HF Staff commited on
Commit
ace8c16
·
verified ·
1 Parent(s): 42d0c90

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -21
README.md CHANGED
@@ -1,32 +1,47 @@
1
  ---
2
- license: mit
3
  task_categories:
4
  - robotics
 
 
5
  configs:
6
  - config_name: default
7
  data_files: data/*/*.parquet
8
- tags:
9
- - LeRobot
10
  ---
 
11
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
12
 
13
- ## Info
14
- [meta/info.json](meta/info.json)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ```json
16
  {
17
- "codebase_version": "v2.0",
18
  "robot_type": "unknown",
19
  "total_episodes": 206,
20
  "total_frames": 25650,
21
  "total_tasks": 1,
22
- "total_videos": 0,
23
- "total_chunks": 1,
24
  "chunks_size": 1000,
25
  "fps": 10,
26
  "splits": {
27
  "train": "0:206"
28
  },
29
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
30
  "video_path": null,
31
  "features": {
32
  "observation.state": {
@@ -39,7 +54,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
39
  "motor_0",
40
  "motor_1"
41
  ]
42
- }
 
43
  },
44
  "observation.environment_state": {
45
  "dtype": "float32",
@@ -65,7 +81,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
65
  "motor_14",
66
  "motor_15"
67
  ]
68
- }
 
69
  },
70
  "action": {
71
  "dtype": "float32",
@@ -77,64 +94,84 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
77
  "motor_0",
78
  "motor_1"
79
  ]
80
- }
 
81
  },
82
  "episode_index": {
83
  "dtype": "int64",
84
  "shape": [
85
  1
86
  ],
87
- "names": null
 
88
  },
89
  "frame_index": {
90
  "dtype": "int64",
91
  "shape": [
92
  1
93
  ],
94
- "names": null
 
95
  },
96
  "timestamp": {
97
  "dtype": "float32",
98
  "shape": [
99
  1
100
  ],
101
- "names": null
 
102
  },
103
  "next.reward": {
104
  "dtype": "float32",
105
  "shape": [
106
  1
107
  ],
108
- "names": null
 
109
  },
110
  "next.done": {
111
  "dtype": "bool",
112
  "shape": [
113
  1
114
  ],
115
- "names": null
 
116
  },
117
  "next.success": {
118
  "dtype": "bool",
119
  "shape": [
120
  1
121
  ],
122
- "names": null
 
123
  },
124
  "index": {
125
  "dtype": "int64",
126
  "shape": [
127
  1
128
  ],
129
- "names": null
 
130
  },
131
  "task_index": {
132
  "dtype": "int64",
133
  "shape": [
134
  1
135
  ],
136
- "names": null
 
137
  }
138
- }
 
 
139
  }
 
 
 
 
 
 
 
 
 
140
  ```
 
1
  ---
2
+ license: apache-2.0
3
  task_categories:
4
  - robotics
5
+ tags:
6
+ - LeRobot
7
  configs:
8
  - config_name: default
9
  data_files: data/*/*.parquet
 
 
10
  ---
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/pusht_keypoints">
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": 206,
37
  "total_frames": 25650,
38
  "total_tasks": 1,
 
 
39
  "chunks_size": 1000,
40
  "fps": 10,
41
  "splits": {
42
  "train": "0:206"
43
  },
44
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
  "video_path": null,
46
  "features": {
47
  "observation.state": {
 
54
  "motor_0",
55
  "motor_1"
56
  ]
57
+ },
58
+ "fps": 10
59
  },
60
  "observation.environment_state": {
61
  "dtype": "float32",
 
81
  "motor_14",
82
  "motor_15"
83
  ]
84
+ },
85
+ "fps": 10
86
  },
87
  "action": {
88
  "dtype": "float32",
 
94
  "motor_0",
95
  "motor_1"
96
  ]
97
+ },
98
+ "fps": 10
99
  },
100
  "episode_index": {
101
  "dtype": "int64",
102
  "shape": [
103
  1
104
  ],
105
+ "names": null,
106
+ "fps": 10
107
  },
108
  "frame_index": {
109
  "dtype": "int64",
110
  "shape": [
111
  1
112
  ],
113
+ "names": null,
114
+ "fps": 10
115
  },
116
  "timestamp": {
117
  "dtype": "float32",
118
  "shape": [
119
  1
120
  ],
121
+ "names": null,
122
+ "fps": 10
123
  },
124
  "next.reward": {
125
  "dtype": "float32",
126
  "shape": [
127
  1
128
  ],
129
+ "names": null,
130
+ "fps": 10
131
  },
132
  "next.done": {
133
  "dtype": "bool",
134
  "shape": [
135
  1
136
  ],
137
+ "names": null,
138
+ "fps": 10
139
  },
140
  "next.success": {
141
  "dtype": "bool",
142
  "shape": [
143
  1
144
  ],
145
+ "names": null,
146
+ "fps": 10
147
  },
148
  "index": {
149
  "dtype": "int64",
150
  "shape": [
151
  1
152
  ],
153
+ "names": null,
154
+ "fps": 10
155
  },
156
  "task_index": {
157
  "dtype": "int64",
158
  "shape": [
159
  1
160
  ],
161
+ "names": null,
162
+ "fps": 10
163
  }
164
+ },
165
+ "data_files_size_in_mb": 100,
166
+ "video_files_size_in_mb": 200
167
  }
168
+ ```
169
+
170
+
171
+ ## Citation
172
+
173
+ **BibTeX:**
174
+
175
+ ```bibtex
176
+ [More Information Needed]
177
  ```