MACE-Dance / README.md
yangkaixing's picture
Upload README.md with huggingface_hub
1b8134e verified
---
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