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