outpainting_srn icon indicating copy to clipboard operation
outpainting_srn copied to clipboard

pretrained model

Open zhangbaijin opened this issue 4 years ago • 5 comments

could you share other pretrained model like place2 or cityspace. if you are convenient,please share it. or can you send to my address [email protected]?? thank you very much!!

zhangbaijin avatar Jul 11 '19 15:07 zhangbaijin

We will release some of our other pretrained models soon.

shepnerd avatar Jul 12 '19 05:07 shepnerd

excuse me,i have trained paris_streetview dataset,and when i test my pretrained model, a problem happened: ValueError: Dimension 3 in both shapes must be equal, but are 64 and 32. Shapes are [5,5,3,64] and [5,5,3,32]. for 'Assign' (op: 'Assign') with input shapes: [5,5,3,64], [5,5,3,32].

thanks for your time!

zhangbaijin avatar Aug 26 '19 08:08 zhangbaijin

It seems like this issue is caused by the inconsistent convolution filter number of the generator in your trained model and tested one. Please ensure using the same --g_cnum parameter in both training and testing.

shepnerd avatar Aug 26 '19 09:08 shepnerd

thanks a lot! there is a question, i trained paris-streetview with 256X512, and i use 256X256 test it. How should i change code can i have result same like your ,because your result is 256X512

zhangbaijin avatar Aug 28 '19 13:08 zhangbaijin

You can pad 256x256 paris-streetvew images into 256x512 ones and then test them.

shepnerd avatar Aug 29 '19 05:08 shepnerd