| ---
|
| 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
|
|
|