Closed XiangyuWu closed 6 years ago
Hi, thanks for your interests on our work.
Different datasets may have different distributions, which requires different models for the best performance. However, if different datasets share similar distribution, one model may be enough.
In our case, the celeba model may be better, since it is trained by a larger dataset.
You are quite right, and sorry that I made a mistake just now...
Hi, tyshiwo!
Thanks for your great work. When implementing your project, it confused me that why different models are needed for different dataset? As shown in your paper, the only input requested for this network in the test stage is just a LR image. Are there great differences between Helen dataset and celeba dataset, for example, the crop strategy, which lead to different models needed? And I test helen dataset with celeba model and the contray, it turned out that different models for different datasets are indeed needed.