catyoyo
catyoyo
Hello authors, I think SRGAN is somewhat in line with my research, and I would like to modify the functionality of SRGAN so that it can generate larger-scale images instead...
你好,作为初学者,我想在您的作品基础上做一些改进,使其能生成更大的图片,比如训练数据集中的图象是2cm*2cm的岩石图象,训练模型生成2m*2m的岩石图象;而不是生成的图象尺寸与输入的尺寸相同。我尝试修改了nets/dcgan中对生成器和判别器的定义,但还无法运行,请问如果要达成我的目的应该修改程序包中的哪几个部分?谢谢
Hello authors, I think SRGAN is somewhat in line with my research, and I would like to modify the functionality of SRGAN so that it can generate larger-scale images instead...