Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Humanoid Motion & Interaction Dataset
|
| 2 |
+
|
| 3 |
+
## Overview
|
| 4 |
+
This dataset is created for humanoid robot training and action classification research.
|
| 5 |
+
|
| 6 |
+
It contains text-based descriptions of humanoid movements and object interaction behaviors.
|
| 7 |
+
|
| 8 |
+
## Total Samples
|
| 9 |
+
40 labeled text samples
|
| 10 |
+
|
| 11 |
+
## Categories
|
| 12 |
+
|
| 13 |
+
Movement:
|
| 14 |
+
- walking
|
| 15 |
+
- lifting
|
| 16 |
+
- turning
|
| 17 |
+
- sitting
|
| 18 |
+
- standing
|
| 19 |
+
|
| 20 |
+
Object Interaction:
|
| 21 |
+
- grabbing
|
| 22 |
+
- pushing
|
| 23 |
+
- pulling
|
| 24 |
+
- carrying
|
| 25 |
+
- releasing
|
| 26 |
+
|
| 27 |
+
## Format
|
| 28 |
+
|
| 29 |
+
CSV file structure:
|
| 30 |
+
|
| 31 |
+
text,label
|
| 32 |
+
|
| 33 |
+
Example:
|
| 34 |
+
"The humanoid robot walks forward slowly", walking
|
| 35 |
+
|
| 36 |
+
## Purpose
|
| 37 |
+
|
| 38 |
+
- Humanoid robot AI training
|
| 39 |
+
- Robotics behavior classification
|
| 40 |
+
- Simulation-based learning research
|
| 41 |
+
- Human-robot interaction study
|
| 42 |
+
|
| 43 |
+
## License
|
| 44 |
+
MIT License
|