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