Fix dataset_tool.py example in the README

Use --resolution=WxH as --width/--height are not supported
options anymore.
This commit is contained in:
Janne Hellsten 2021-10-16 10:50:49 +03:00
parent e889add106
commit ccdc5cc8a3
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ python dataset_tool.py --source=/tmp/images1024x1024 --dest=~/datasets/ffhq-1024
# Scaled down 256x256 resolution.
python dataset_tool.py --source=/tmp/images1024x1024 --dest=~/datasets/ffhq-256x256.zip \
--width=256 --height=256
--resolution=256x256
```
See the [FFHQ README](https://github.com/NVlabs/ffhq-dataset) for information on how to obtain the unaligned FFHQ dataset images. Use the same steps as above to create a ZIP archive for training and validation.