Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chail authored Aug 5, 2022
1 parent c5e70cf commit 827997f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ tensorboard --logdir training-runs/
```

## 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.
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 and `pip install flickr_api`.

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.

Expand Down

0 comments on commit 827997f

Please sign in to comment.