yangkaixing commited on
Commit
1b8134e
Β·
verified Β·
1 Parent(s): 02a51c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1,3 +1,53 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+ # πŸ“¦ Pretrained Weights
5
+
6
+ This directory stores the pretrained weights used in **MACE-Dance**, including both **expert models** and **evaluation models**.
7
+
8
+ ---
9
+
10
+ ## πŸ—‚οΈ Directory Structure
11
+
12
+ ```bash
13
+ weight/
14
+ β”œβ”€β”€ Evaluation-Appearance/
15
+ β”‚ └── Evaluation-Appearance.7z
16
+ β”œβ”€β”€ Evaluation-Motion/
17
+ β”‚ └── Evaluation-Motion.7z
18
+ β”œβ”€β”€ Expert-Appearance/
19
+ β”‚ └── Expert-Apprearance.7z
20
+ └── Expert-Motion/
21
+ └── Expert-Motion.7z
22
+ ```
23
+
24
+ ---
25
+
26
+ ## πŸ“˜ Description
27
+
28
+ - 🎭 **Expert-Appearance**
29
+ Pretrained weights for the **Appearance Expert**
30
+
31
+ - πŸ•Ί **Expert-Motion**
32
+ Pretrained weights for the **Motion Expert**
33
+
34
+ - πŸ“Š **Evaluation-Appearance**
35
+ Weights used for **appearance-related evaluation**
36
+
37
+ - πŸ“ˆ **Evaluation-Motion**
38
+ Weights used for **motion-related evaluation**
39
+
40
+ ---
41
+
42
+ ## πŸ“ Notes
43
+
44
+ - Each subfolder contains a compressed **`.7z`** package
45
+ - Please extract the corresponding file before use
46
+ - Make sure the extracted weights are placed in the expected paths for training, inference, or evaluation
47
+
48
+ ---
49
+
50
+ ## πŸ”§ Usage Reminder
51
+
52
+ - Use **Expert-\*** weights for model inference or expert initialization
53
+ - Use **Evaluation-\*** weights for metric computation or evaluation pipelines