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