youyuge34 / PI-REC

:fire: PI-REC: Progressive Image Reconstruction Network With Edge and Color Domain. :fire: 图像翻译,条件GAN,AI绘画

Home Page:https://arxiv.org/abs/1903.10146

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

窗口大小可以自己设置吗?

zhangdanfeng888 opened this issue · comments

请问最后的结果窗口大小是128128的吗?能不能放大呢?是因为训练数据集的图片大小是128128的原因,所以窗口大小只能是128*128吗?

A lot of reasons:

  • The training dataset of anime is 128x128. Larger image size for testing is meaningless.
  • If you use larger window size (e.g. 256x256) and add cv.resize() function when preprocessing the input, the input edge after resize algorithm will be totally different to your hand drawn edge in window of 128x128.
  • Future work: I am not sure that if our model could handle with training large image like 1024 x 1024, which may need multi-scale architecture optimization like in GauGAN.

好的,谢谢大佬!再问一个问题,训练模型的代码什么时候能推送到github上呢?

好的,谢谢大佬!再问一个问题,训练模型的代码什么时候能推送到github上呢?

Training phase is truly comprehensive, and I am thinking about opening a new project for training just like ESR-GAN they did. In short, we have no time on it during this month.

Okay, thanks a lot~