From 827997f7676b5ab7bfa7703d261d0d2d09388f2b Mon Sep 17 00:00:00 2001 From: Lucy Chai Date: Thu, 4 Aug 2022 21:04:39 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c12a8e..babafd9 100644 --- a/README.md +++ b/README.md @@ -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.