init: dataset card
Browse files- .gitattributes +5 -0
- LICENSE.md +10 -0
- README.md +20 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
*.bvh filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
LICENSE.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ChingMu Dataset — Access Terms
|
| 2 |
+
|
| 3 |
+
This dataset is made available under the following conditions:
|
| 4 |
+
|
| 5 |
+
1. Permitted uses: academic research, personal study, prototyping (non-commercial).
|
| 6 |
+
2. Prohibited without written permission: commercial distribution, re-sale, hosting as a competing dataset.
|
| 7 |
+
3. Users must retain attribution and may not misrepresent data origin.
|
| 8 |
+
4. Request commercial access via Contact.
|
| 9 |
+
|
| 10 |
+
By requesting access you acknowledge these terms.
|
README.md
CHANGED
|
@@ -3,3 +3,23 @@ license: other
|
|
| 3 |
license_name: chingmu-terms
|
| 4 |
license_link: LICENSE
|
| 5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
license_name: chingmu-terms
|
| 4 |
license_link: LICENSE
|
| 5 |
---
|
| 6 |
+
---
|
| 7 |
+
language: ["en", "zh"]
|
| 8 |
+
pretty_name: "ChingMu Robot Motion Dataset"
|
| 9 |
+
tags:
|
| 10 |
+
- motion-capture
|
| 11 |
+
- humanoid-robots
|
| 12 |
+
- imitation-learning
|
| 13 |
+
license: custom
|
| 14 |
+
size_categories: 1M<n
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# ChingMu Robot Motion Dataset
|
| 18 |
+
|
| 19 |
+
> High-precision optical motion capture data for robot training.
|
| 20 |
+
|
| 21 |
+
## Status
|
| 22 |
+
This repository is being prepared. Dataset card, metadata index, and sample files will be added shortly.
|
| 23 |
+
|
| 24 |
+
## Contact
|
| 25 |
+
Questions → open a [Discussion](https://huggingface.co/datasets/ZIHLING/Chingmu-RobotData/discussions)
|