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