Datasets:
Add robotics task category to metadata
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,16 +1,18 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
-
pretty_name: TEXEDO Dataset
|
| 5 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
tags:
|
| 7 |
- text-to-motion
|
| 8 |
- human-motion
|
| 9 |
- motion-generation
|
| 10 |
- amass
|
| 11 |
- claw
|
| 12 |
-
size_categories:
|
| 13 |
-
- 10K<n<100K
|
| 14 |
configs:
|
| 15 |
- config_name: default
|
| 16 |
data_files:
|
|
@@ -185,4 +187,4 @@ captions = sample["captions"]
|
|
| 185 |
|
| 186 |
## License & Terms
|
| 187 |
|
| 188 |
-
This release is distributed under the `other` license. The motions are derived from **AMASS** and **CLAW**; their original redistribution terms and licenses apply. Please review and comply with the source datasets' terms before use or redistribution.
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
|
|
|
| 4 |
license: other
|
| 5 |
+
size_categories:
|
| 6 |
+
- 10K<n<100K
|
| 7 |
+
pretty_name: TEXEDO Dataset
|
| 8 |
+
task_categories:
|
| 9 |
+
- robotics
|
| 10 |
tags:
|
| 11 |
- text-to-motion
|
| 12 |
- human-motion
|
| 13 |
- motion-generation
|
| 14 |
- amass
|
| 15 |
- claw
|
|
|
|
|
|
|
| 16 |
configs:
|
| 17 |
- config_name: default
|
| 18 |
data_files:
|
|
|
|
| 187 |
|
| 188 |
## License & Terms
|
| 189 |
|
| 190 |
+
This release is distributed under the `other` license. The motions are derived from **AMASS** and **CLAW**; their original redistribution terms and licenses apply. Please review and comply with the source datasets' terms before use or redistribution.
|