Style2Paints_V3 icon indicating copy to clipboard operation
Style2Paints_V3 copied to clipboard

Reimplementation of Style2Paints V3

Results 6 Style2Paints_V3 issues
Sort by recently updated
recently updated
newest added

在运行Unet(input_var,df_var)过程当中,x9 和 x_inception尺寸大小不同,x9:(1,1024,16,16);x_inception (1,1024,4,4)。我的input_var的大小是(1,4,256,256)

你好,我想用test.py测试一下我根据你这个项目训练出来模型的效果,不过我缺少下面代码中所缺少的mod.h5文件,你能够发一下或者给一下相关下载链接吗 load_model('/data2/wangpengxiao/GANs/style2paints3/V4/mod.h5')

Hi, I would like to test your model. but I can't find pre-trained UNet model. It seems that Unet weights is used in your code in Pytorch-Style2paints/test.py (maybe 25_Unet_checkpoint.pth.tar). Could...

Thanks for your contribution. The original tensorflow source became invalid, and I searched the project of style2paints in Github but didn't find the way to download it. Could you tell...