Janspiry / Image-Super-Resolution-via-Iterative-Refinement

Unofficial implementation of Image Super-Resolution via Iterative Refinement by Pytorch
Apache License 2.0
3.6k stars 469 forks source link

About the dataset #115

Closed Rax111 closed 1 year ago

Rax111 commented 1 year ago

The Json file only mentions FFHQ as the training set and CelebaHQ as the verification set. For example, FFHQ 128 as the training set. Do we need to find the CelebaHQ 128 verification set by ourselves? What is the role of the CelebaHQ512 and 1024 you provided, and then for example 16 or 64 low-resolution images how to get it

hzjian123 commented 1 year ago

There are only one image in CelebaHQ128 folder in this repo for model validation. I found this leads to unstable PSNR and maybe we need to prepare whole dataset by ourselves?

Janspiry commented 1 year ago

A picture in the folder is just an example. The validation set needs to be prepared according to the process in README.