Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
## Data
|
| 6 |
+
|
| 7 |
+
We have upload all resources to huggingface [humanoid_retargeting_tools_resources](https://huggingface.co/datasets/wty-yy/humanoid_retargeting_tools_resources)
|
| 8 |
+
|
| 9 |
+
```bash
|
| 10 |
+
# make sure hf CLI is installed
|
| 11 |
+
curl -LsSf https://hf.co/cli/install.sh | bash
|
| 12 |
+
|
| 13 |
+
# download the dataset
|
| 14 |
+
hf download wty-yy/humanoid_retargeting_tools_resources --repo-type=dataset --local-dir resources
|
| 15 |
+
```
|
| 16 |
+
|
| 17 |
+
- `resources/data/g1/lafan1/`: Converted LAFAN1 G1 retargeting dataset in NPZ format.
|
| 18 |
+
- `resources/data/g1/kimodo/`: Generate data from [kimodo_fock](https://github.com/wty-yy-mini/kimodo).
|
| 19 |
+
- `resources/data/g1/dailylife/`: DailyLife dataset generate from [kimodo_fock/dailylife_dataset](https://github.com/wty-yy-mini/kimodo/tree/main/dailylife_dataset).
|