onethousand commited on
Commit
8866d42
Β·
verified Β·
1 Parent(s): 5a07181

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -2,14 +2,25 @@
2
  license: mit
3
  ---
4
 
 
5
 
 
6
 
7
- face: 107209
 
 
8
 
9
- mouth: 131758
 
 
10
 
11
- eye: 214418 (left and right eyes)
12
 
13
- total: 453385
14
-
15
- The size of the dataset is ~ 204 GB
 
 
 
 
 
 
2
  license: mit
3
  ---
4
 
5
+ # **FaceNormalSeg-ControlNet Dataset** πŸš€ πŸš€
6
 
7
+ This is the training dataset for the ControlNet used in the **AnimPortrait3D** pipeline.
8
 
9
+ For details about this ControlNet and access to the pretrained models, please visit:
10
+ - **[Project Page](https://onethousandwu.com/AnimPortrait3D.github.io/)**
11
+ - **[Hugging Face Page](https://huggingface.co/onethousand/AnimPortrait3D_controlnet)**
12
 
13
+ ### **RGB Images**
14
+ For facial RGB images, we use the **FFHQ dataset**. You can download it from **[here](https://github.com/NVlabs/ffhq-dataset)**.
15
+ πŸ”Ή *Note: This dataset only provides annotated face normal maps and face segmentation maps; face RGB images are not included.*
16
 
17
+ ## **πŸ“¦ Dataset Overview**
18
 
19
+ | Region | Image Count |
20
+ |---------|------------|
21
+ | Face | 107,209 |
22
+ | Mouth | 131,758 |
23
+ | Eye (left + right) | 214,418 |
24
+ | **Total** | **453,385** |
25
+
26
+