skyflynil / stylegan2

StyleGAN2 - Official TensorFlow Implementation with practical improvements
http://arxiv.org/abs/1912.04958
Other
120 stars 33 forks source link

image transfo #32

Open tengolagan opened 2 years ago

tengolagan commented 2 years ago

I'd like to resize my images before running dataset_tool.py. Should I do it within create_from_images_raw ? what would be the most optimal way to do it ? thanks !!