Skip to content

Commit

Permalink
flickr download
Browse files Browse the repository at this point in the history
  • Loading branch information
chail committed Jul 29, 2022
1 parent dd0fb1c commit 532bef6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ Training progress can be visualized using:
tensorboard --logdir training-runs/
```

Note on datasets: beyond the standard FFHQ and LSUN Church datasets, we train on datasets scraped from flickr. Due to licensing we cannot release this images directly. Please see `datasets/download/download_dataset.sh` for examples on how to download the flickr datasets. You will need to fill in a flickr api key and secret.
## Datasets
Beyond the standard FFHQ and LSUN Church datasets, we train on datasets scraped from flickr. Due to licensing we cannot release this images directly. Please see `datasets/download/download_dataset.sh` for examples on how to download the flickr datasets. You will need to fill in a flickr api key and secret.

For the LSUN Church dataset, you can follow the standard stylegan [data preparation](https://github.com/NVlabs/stylegan3/blob/main/dataset_tool.py) and use the resulting archive for training.

<a name="evaluation"/>

Expand Down
1 change: 1 addition & 0 deletions datasets/download/download_dataset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ python download_dataset.py --filelist flickr_birds_HR.txt --minsize 512 --maxsiz
# python download_dataset.py --filelist flickr_birds_LR.txt --minsize 256

### church HR: min = 1024, no max
### NOTE: these images were then center cropped for training
# python download_dataset.py --filelist flickr_church_exteriors_HR.txt --minsize 1024 --download_HR

0 comments on commit 532bef6

Please sign in to comment.