Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc
|
3 |
+
tags:
|
4 |
+
- Face
|
5 |
+
- FFHQ
|
6 |
+
- GAN
|
7 |
+
- Restoration
|
8 |
+
pretty_name: FFHQ
|
9 |
+
---
|
10 |
+
|
11 |
+
**Flickr-Faces-HQ Dataset (FFHQ)** dataset: https://github.com/NVlabs/ffhq-dataset
|
12 |
+
|
13 |
+
The dataset consists of 70,000 high-quality PNG images at 1024×1024 resolution and contains considerable variation in terms of age, ethnicity and image background.
|
14 |
+
It also has good coverage of accessories such as eyeglasses, sunglasses, hats, etc. The images were crawled from Flickr, thus inheriting all the biases of that website, and automatically aligned and cropped using dlib.
|
15 |
+
Only images under permissive licenses were collected.
|
16 |
+
Various automatic filters were used to prune the set, and finally Amazon Mechanical Turk was used to remove the occasional statues, paintings, or photos of photos.
|
17 |
+
|
18 |
+
|
19 |
+
"A Style-Based Generator Architecture for Generative Adversarial Networks", Tero Karras (NVIDIA), Samuli Laine (NVIDIA), Timo Aila (NVIDIA)
|
20 |
+
|
21 |
+
Original license: https://github.com/NVlabs/ffhq-dataset/blob/master/LICENSE.txt
|
22 |
+
Original distribution: https://drive.google.com/drive/folders/1u2xu7bSrWxrbUxk-dT-UvEJq8IjdmNTP?usp=drive_open
|