Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,32 +1,38 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
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 |
We thank the authors of the FFHQ dataset. Also thanks to the authors of the [ffhq-features-dataset](https://github.com/DCGM/ffhq-features-dataset) and [Dmini/FFHQ-64x64](https://huggingface.co/datasets/Dmini/FFHQ-64x64/tree/main)
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-to-image
|
5 |
+
tags:
|
6 |
+
- image
|
7 |
+
size_categories:
|
8 |
+
- 10K<n<100K
|
9 |
+
---
|
10 |
+
|
11 |
+
# SIGLIP-Recursion-FFHQ-ThumbNail
|
12 |
+
|
13 |
+

|
14 |
+
|
15 |
+
## Labels
|
16 |
+
|
17 |
+
```txt
|
18 |
+
• smile:smiling, no smile
|
19 |
+
• pitch:downward, neutral, upward
|
20 |
+
• roll:tilted, neutral
|
21 |
+
• yaw:turned left, frontal, turned right
|
22 |
+
• gender:male, female
|
23 |
+
• age:adult, baby, child, teenager, senior
|
24 |
+
• facialHair:moustache, beard, sideburns, none
|
25 |
+
• glasses:NoGlasses, SwimmingGoggles, Sunglasses, ReadingGlasses
|
26 |
+
• emotion:happiness, sadness, surprise, contempt, disgust, neutral, anger, fear
|
27 |
+
• blur:high, medium, low
|
28 |
+
• exposure:goodExposure, underExposure, overExposure
|
29 |
+
• noise:high, medium, low
|
30 |
+
• makeup:eye makeup, lip makeup, no makeup
|
31 |
+
• accessories:glasses, mask, headwear, none
|
32 |
+
• occlusion:foreheadOccluded, mouthOccluded, eyeOccluded, none
|
33 |
+
• hair:other, blond, gray, bald, unknown, red, brown, black
|
34 |
+
```
|
35 |
+
|
36 |
+
## Acknowledgements
|
37 |
+
|
38 |
We thank the authors of the FFHQ dataset. Also thanks to the authors of the [ffhq-features-dataset](https://github.com/DCGM/ffhq-features-dataset) and [Dmini/FFHQ-64x64](https://huggingface.co/datasets/Dmini/FFHQ-64x64/tree/main)
|