Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,53 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
---
|
| 4 |
+
# π¦ Pretrained Weights
|
| 5 |
+
|
| 6 |
+
This directory stores the pretrained weights used in **MACE-Dance**, including both **expert models** and **evaluation models**.
|
| 7 |
+
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
## ποΈ Directory Structure
|
| 11 |
+
|
| 12 |
+
```bash
|
| 13 |
+
weight/
|
| 14 |
+
βββ Evaluation-Appearance/
|
| 15 |
+
β βββ Evaluation-Appearance.7z
|
| 16 |
+
βββ Evaluation-Motion/
|
| 17 |
+
β βββ Evaluation-Motion.7z
|
| 18 |
+
βββ Expert-Appearance/
|
| 19 |
+
β βββ Expert-Apprearance.7z
|
| 20 |
+
βββ Expert-Motion/
|
| 21 |
+
βββ Expert-Motion.7z
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
## π Description
|
| 27 |
+
|
| 28 |
+
- π **Expert-Appearance**
|
| 29 |
+
Pretrained weights for the **Appearance Expert**
|
| 30 |
+
|
| 31 |
+
- πΊ **Expert-Motion**
|
| 32 |
+
Pretrained weights for the **Motion Expert**
|
| 33 |
+
|
| 34 |
+
- π **Evaluation-Appearance**
|
| 35 |
+
Weights used for **appearance-related evaluation**
|
| 36 |
+
|
| 37 |
+
- π **Evaluation-Motion**
|
| 38 |
+
Weights used for **motion-related evaluation**
|
| 39 |
+
|
| 40 |
+
---
|
| 41 |
+
|
| 42 |
+
## π Notes
|
| 43 |
+
|
| 44 |
+
- Each subfolder contains a compressed **`.7z`** package
|
| 45 |
+
- Please extract the corresponding file before use
|
| 46 |
+
- Make sure the extracted weights are placed in the expected paths for training, inference, or evaluation
|
| 47 |
+
|
| 48 |
+
---
|
| 49 |
+
|
| 50 |
+
## π§ Usage Reminder
|
| 51 |
+
|
| 52 |
+
- Use **Expert-\*** weights for model inference or expert initialization
|
| 53 |
+
- Use **Evaluation-\*** weights for metric computation or evaluation pipelines
|