Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc
|
| 3 |
-
tags:
|
| 4 |
-
- Face
|
| 5 |
-
- FFHQ
|
| 6 |
-
- GAN
|
| 7 |
-
- Restoration
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
**Flickr-Faces-HQ Dataset (FFHQ)** dataset: https://github.com/NVlabs/ffhq-dataset
|
| 12 |
|
|
@@ -15,8 +20,10 @@ It also has good coverage of accessories such as eyeglasses, sunglasses, hats, e
|
|
| 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 |
-
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc
|
| 3 |
+
tags:
|
| 4 |
+
- Face
|
| 5 |
+
- FFHQ
|
| 6 |
+
- GAN
|
| 7 |
+
- Restoration
|
| 8 |
+
- Image
|
| 9 |
+
- Computer
|
| 10 |
+
- Vision
|
| 11 |
+
pretty_name: FFHQ
|
| 12 |
+
size_categories:
|
| 13 |
+
- 10K<n<100K
|
| 14 |
+
---
|
| 15 |
|
| 16 |
**Flickr-Faces-HQ Dataset (FFHQ)** dataset: https://github.com/NVlabs/ffhq-dataset
|
| 17 |
|
|
|
|
| 20 |
Only images under permissive licenses were collected.
|
| 21 |
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.
|
| 22 |
|
| 23 |
+
```This repo is a mirror from the original dataset. It contains 7 folders (part1 to part7), each part contains 10000 images.```
|
| 24 |
|
| 25 |
"A Style-Based Generator Architecture for Generative Adversarial Networks", Tero Karras (NVIDIA), Samuli Laine (NVIDIA), Timo Aila (NVIDIA)
|
| 26 |
|
| 27 |
Original license: https://github.com/NVlabs/ffhq-dataset/blob/master/LICENSE.txt
|
| 28 |
+
|
| 29 |
+
Original distribution: https://drive.google.com/drive/folders/1u2xu7bSrWxrbUxk-dT-UvEJq8IjdmNTP?usp=drive_open
|