Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,47 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: image
|
6 |
-
dtype: image
|
7 |
-
splits:
|
8 |
-
- name: train
|
9 |
-
num_bytes: 15763120370.036
|
10 |
-
num_examples: 126841
|
11 |
-
download_size: 15856205293
|
12 |
-
dataset_size: 15763120370.036
|
13 |
-
configs:
|
14 |
-
- config_name: default
|
15 |
-
data_files:
|
16 |
-
- split: train
|
17 |
-
path: data/train-*
|
18 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: image
|
6 |
+
dtype: image
|
7 |
+
splits:
|
8 |
+
- name: train
|
9 |
+
num_bytes: 15763120370.036
|
10 |
+
num_examples: 126841
|
11 |
+
download_size: 15856205293
|
12 |
+
dataset_size: 15763120370.036
|
13 |
+
configs:
|
14 |
+
- config_name: default
|
15 |
+
data_files:
|
16 |
+
- split: train
|
17 |
+
path: data/train-*
|
18 |
+
---
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
## This repository contains Unofficial access for SDIP-dogs dataset
|
25 |
+
|
26 |
+
|
27 |
+
[Official Repository](https://github.com/self-distilled-stylegan/self-distilled-internet-photos), [Project Page](https://self-distilled-stylegan.github.io/), [Paper](https://arxiv.org/abs/2202.12211)
|
28 |
+
|
29 |
+
|
30 |
+
Self-Distilled Internet Photos (SDIP) is a multi-domain image dataset. The dataset consists of Self-Distilled Flickr (SD-Flickr) and *Self-Distilled LSUN (SD-LSUN) that were crawled from [Flickr](https://www.flickr.com/) and [LSUN dataset](https://www.yf.io/p/lsun), respectively, and then curated using the method described in our Self-Distilled StyleGAN paper:
|
31 |
+
|
32 |
+
> **Self-Distilled StyleGAN: Towards Generation from Internet Photos**<br>
|
33 |
+
> Ron Mokady, Michal Yarom, Omer Tov, Oran Lang, Daniel Cohen-Or, Tali Dekel, Michal Irani, Inbar Mosseri
|
34 |
+
|
35 |
+
|
36 |
+

|
37 |
+
|
38 |
+
## Overview
|
39 |
+
|
40 |
+
[StyleGAN’s](https://github.com/NVlabs/stylegan2-ada-pytorch) fascinating generative and editing abilities are limited to structurally aligned and well-curated datasets. It does not work well on raw datasets downloaded from the Internet. The SDIP domains presented here, which are StyleGAN-friendly, were automatically curated by our [method](https://arxiv.org/abs/2202.12211) from raw images collected from the Internet. The raw uncurated images in *Self-Distilled Flicker (SD-Flickr)* were first crawled from [Flickr](https://www.flickr.com/) using a simple keyword (e.g. 'dog' or 'elephant').
|
41 |
+
|
42 |
+
The dataset in this page exhibits 4 domains: **SD-Dogs (126K images) 1024X1024**, **SD-Elephants (39K images) 512X512**, **SD-Bicycles (96K images) 256X256**, and **SD-Horses (162K images) 256X256**. Our curation process consists of a simple pre-processing step (off-the-shelf object detector to crop the main object and then rescale), followed by a sophisticated StyleGAN-friendly filtering step (which removes outlier images while maintaining dataset diversity). This results in a more coherent and clean dataset, which is suitable for training a StyleGAN2 generator (see more details in our [paper](https://arxiv.org/abs/2202.12211)).
|
43 |
+
|
44 |
+
The data itself is saved in a json format: for SD-Flickr we provide urls of the original images and bounding boxes used for cropping; for SD-LSUN we provide image identifiers with the bounding boxes. In addition to the SDIP dataset, we also provide weights of pre-trained StyleGAN2 models trained using each image domain presented in the paper.
|
45 |
+
|
46 |
+
|
47 |
+
|