hibana2077 commited on
Commit
578447a
·
verified ·
1 Parent(s): d0d36ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -31
README.md CHANGED
@@ -1,32 +1,38 @@
1
- ---
2
- license: mit
3
- ---
4
-
5
- # SIGLIP-Recursion-FFHQ-ThumbNail
6
-
7
- ![cover](./data/output.png)
8
-
9
- ## Labels
10
-
11
- ```txt
12
- • smile:smiling, no smile
13
- • pitch:downward, neutral, upward
14
- • roll:tilted, neutral
15
- • yaw:turned left, frontal, turned right
16
- • gender:male, female
17
- • age:adult, baby, child, teenager, senior
18
- facialHairmoustache, beard, sideburns, none
19
- glassesNoGlasses, SwimmingGoggles, Sunglasses, ReadingGlasses
20
- emotionhappiness, sadness, surprise, contempt, disgust, neutral, anger, fear
21
- blurhigh, medium, low
22
- exposuregoodExposure, underExposure, overExposure
23
- noisehigh, medium, low
24
- makeupeye makeup, lip makeup, no makeup
25
- accessoriesglasses, mask, headwear, none
26
- occlusionforeheadOccluded, mouthOccluded, eyeOccluded, none
27
- hairother, blond, gray, bald, unknown, red, brown, black
28
- ```
29
-
30
- ## Acknowledgements
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
+ ![cover](./data/output.png)
14
+
15
+ ## Labels
16
+
17
+ ```txt
18
+ smilesmiling, no smile
19
+ pitchdownward, neutral, upward
20
+ rolltilted, neutral
21
+ yawturned left, frontal, turned right
22
+ gendermale, female
23
+ ageadult, baby, child, teenager, senior
24
+ facialHairmoustache, beard, sideburns, none
25
+ glassesNoGlasses, SwimmingGoggles, Sunglasses, ReadingGlasses
26
+ emotionhappiness, sadness, surprise, contempt, disgust, neutral, anger, fear
27
+ blurhigh, 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)