Datasets:
Added readme
Browse files
README.md
CHANGED
|
@@ -9,25 +9,30 @@ configs:
|
|
| 9 |
data_files: data/*/*.parquet
|
| 10 |
---
|
| 11 |
|
| 12 |
-
#
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
This merged dataset combines the following 3 datasets:
|
| 19 |
-
|
| 20 |
-
- [jackvial/screwdriver-panel-3-pos-clean-merged](https://huggingface.co/datasets/jackvial/screwdriver-panel-3-pos-clean-merged)
|
| 21 |
-
- [jackvial/screwdriver_panel_center_080225_clean_e37](https://huggingface.co/datasets/jackvial/screwdriver_panel_center_080225_clean_e37)
|
| 22 |
-
- [jackvial/screwdriver_panel_ls_080225_clean_e26](https://huggingface.co/datasets/jackvial/screwdriver_panel_ls_080225_clean_e26)
|
| 23 |
|
| 24 |
## Dataset Statistics
|
| 25 |
|
| 26 |
- **Total Episodes**: 391
|
| 27 |
-
- **Total Frames**:
|
| 28 |
- **Robot Type**: koch_screwdriver_follower
|
| 29 |
- **FPS**: 30
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
## Dataset Structure
|
| 32 |
|
| 33 |
[meta/info.json](meta/info.json):
|
|
@@ -184,16 +189,21 @@ This merged dataset combines the following 3 datasets:
|
|
| 184 |
}
|
| 185 |
```
|
| 186 |
|
| 187 |
-
## Merge Details
|
| 188 |
-
|
| 189 |
-
- **Merge Date**: Generated automatically
|
| 190 |
-
- **Source Count**: 3 datasets
|
| 191 |
-
- **Episode Renumbering**: Episodes are renumbered sequentially starting from 0
|
| 192 |
-
|
| 193 |
## Citation
|
| 194 |
|
| 195 |
**BibTeX:**
|
| 196 |
|
| 197 |
```bibtex
|
| 198 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 199 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
data_files: data/*/*.parquet
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Screwdriver 390
|
| 13 |
|
| 14 |
+
390 episodes of human expert demonstrations for the [Koch Screwdriver robot](https://github.com/huggingface/lerobot/pull/1551).
|
| 15 |
|
| 16 |
+
**Task**: Three variations of attaching a 3d printed panel to a 3d printed test bed - center, left, and right positions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Dataset Statistics
|
| 19 |
|
| 20 |
- **Total Episodes**: 391
|
| 21 |
+
- **Total Frames**: 80,859
|
| 22 |
- **Robot Type**: koch_screwdriver_follower
|
| 23 |
- **FPS**: 30
|
| 24 |
|
| 25 |
+
### Episode Length Statistics
|
| 26 |
+
- **Min Length**: 162 frames
|
| 27 |
+
- **Max Length**: 245 frames
|
| 28 |
+
- **Average Length**: 206.8 frames
|
| 29 |
+
- **Std Deviation**: 23.7 frames
|
| 30 |
+
|
| 31 |
+
### Task Variations
|
| 32 |
+
- **Center Position**: 132 episodes
|
| 33 |
+
- **Left Position**: 134 episodes
|
| 34 |
+
- **Right Position**: 125 episodes
|
| 35 |
+
|
| 36 |
## Dataset Structure
|
| 37 |
|
| 38 |
[meta/info.json](meta/info.json):
|
|
|
|
| 189 |
}
|
| 190 |
```
|
| 191 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 192 |
## Citation
|
| 193 |
|
| 194 |
**BibTeX:**
|
| 195 |
|
| 196 |
```bibtex
|
| 197 |
+
@misc{vial2025screwdriver390,
|
| 198 |
+
title={Screwdriver 390: Human Expert Demonstrations for Koch Screwdriver Robot},
|
| 199 |
+
author={Vial, Jack},
|
| 200 |
+
year={2025},
|
| 201 |
+
howpublished={\url{https://huggingface.co/datasets/jackvial/screwdriver-390}},
|
| 202 |
+
note={390 episodes of human expert demonstrations for robotic screwdriver manipulation tasks}
|
| 203 |
+
}
|
| 204 |
```
|
| 205 |
+
|
| 206 |
+
## Contact
|
| 207 |
+
|
| 208 |
+
For queries or collaborations related to this dataset, contact:
|
| 209 |
+
- vialjack@gmail.com
|