Progressive-Generative-Networks icon indicating copy to clipboard operation
Progressive-Generative-Networks copied to clipboard

Semantic Image Inpainting with Progressive Generative Networks

Results 7 Progressive-Generative-Networks issues
Sort by recently updated
recently updated
newest added

@crashmoon Thanks for your great work! I got some issues about your code: in your file [gan_lstm.py](https://github.com/crashmoon/Progressive-Generative-Networks/blob/master/gan_lstm.py) , line 338-356 are listed as follows: ``` class Net_G(nn.Module): def __init__(self): super(Net_G,...

@crashmoon 感谢您优秀的工作!从您的论文中可以看到,您用了4个生成器逐步补全缺失mask。有一点好奇的是,如果训练的mask和测试的mask不一致,我该融合这四个mask的结果。好比,我用64*64的mask训练,测试时我用64*48的mask测试,那么第一个生成器得到结果,哪些部分是可以保留的,作为第二阶段的输入?

Hi, I would like to test your code in different examples. Could you provide pretrained weights? Thanks in advance.

Can you share the trained model and relevant dataset, if it is ok. Thanks in advance.

when i run gan_lstm.py,a problem happened. AttributeError: 'generator' object has no attribute 'next'

gan_lstm.py:89: UserWarning: nn.init.kaiming_normal is now deprecated in favor of nn.init.kaiming_normal_. nn.init.kaiming_normal(m.weight.data, mode='fan_out') gan_lstm.py:217: UserWarning: nn.init.kaiming_normal is now deprecated in favor of nn.init.kaiming_normal_. nn.init.kaiming_normal(m.weight.data, mode='fan_out') /usr/local/lib/python2.7/dist-packages/skimage/transform/_warps.py:84: UserWarning: The default mode, 'constant',...

hi ~~first, I creat a file named gan_lstm.csv and i run make-image.py,but there is nothing in it . Then i run gan_lstm.py, a problem happened: FileNotFoundError: [Errno 2] File b'paris.csv'...