Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
task_categories:
|
| 4 |
- robotics
|
| 5 |
tags:
|
|
@@ -15,26 +14,26 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 15 |
|
| 16 |
|
| 17 |
|
| 18 |
-
- **Homepage:**
|
| 19 |
-
- **Paper:**
|
| 20 |
-
- **License:**
|
| 21 |
|
| 22 |
## Dataset Structure
|
| 23 |
|
| 24 |
[meta/info.json](meta/info.json):
|
| 25 |
```json
|
| 26 |
{
|
| 27 |
-
"codebase_version": "v2.
|
| 28 |
"robot_type": "unknown",
|
| 29 |
-
"total_episodes":
|
| 30 |
-
"total_frames":
|
| 31 |
"total_tasks": 1,
|
| 32 |
-
"total_videos":
|
| 33 |
"total_chunks": 1,
|
| 34 |
"chunks_size": 1000,
|
| 35 |
"fps": 10,
|
| 36 |
"splits": {
|
| 37 |
-
"train": "0:
|
| 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",
|
|
@@ -149,10 +148,5 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 149 |
**BibTeX:**
|
| 150 |
|
| 151 |
```bibtex
|
| 152 |
-
|
| 153 |
-
author = {Cheng Chi and Zhenjia Xu and Siyuan Feng and Eric Cousineau and Yilun Du and Benjamin Burchfiel and Russ Tedrake and Shuran Song},
|
| 154 |
-
title ={Diffusion Policy: Visuomotor Policy Learning via Action Diffusion},
|
| 155 |
-
journal = {The International Journal of Robotics Research},
|
| 156 |
-
year = {2024},
|
| 157 |
-
}
|
| 158 |
```
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
task_categories:
|
| 3 |
- robotics
|
| 4 |
tags:
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
|
| 17 |
+
- **Homepage:** [More Information Needed]
|
| 18 |
+
- **Paper:** [More Information Needed]
|
| 19 |
+
- **License:** [More Information Needed]
|
| 20 |
|
| 21 |
## Dataset Structure
|
| 22 |
|
| 23 |
[meta/info.json](meta/info.json):
|
| 24 |
```json
|
| 25 |
{
|
| 26 |
+
"codebase_version": "v2.1",
|
| 27 |
"robot_type": "unknown",
|
| 28 |
+
"total_episodes": 203,
|
| 29 |
+
"total_frames": 25173,
|
| 30 |
"total_tasks": 1,
|
| 31 |
+
"total_videos": 203,
|
| 32 |
"total_chunks": 1,
|
| 33 |
"chunks_size": 1000,
|
| 34 |
"fps": 10,
|
| 35 |
"splits": {
|
| 36 |
+
"train": "0:203"
|
| 37 |
},
|
| 38 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 39 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
|
|
|
| 148 |
**BibTeX:**
|
| 149 |
|
| 150 |
```bibtex
|
| 151 |
+
[More Information Needed]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 152 |
```
|