Closed kkang831 closed 4 years ago
Thank you for sharing the code.
To learn the encoder for ffhq dataset, I want to know how to split the dataset, and is there a code for split??
And, also, is there any pre processing for ffhq?
Thank you
We referred to the dataset_tool.py offered by stylegan. We first get the .png images from .tfrecords file and then save those .png images to the train .tfrecords and the test .tfrecords
.png
.tfrecords
Thank you for sharing the code.
To learn the encoder for ffhq dataset, I want to know how to split the dataset, and is there a code for split??
And, also, is there any pre processing for ffhq?
Thank you