nothinglo / Deep-Photo-Enhancer

TensorFlow implementation of the CVPR 2018 spotlight paper, Deep Photo Enhancer: Unpaired Learning for Image Enhancement from Photographs with GANs
MIT License
794 stars 110 forks source link

Error in the rename script #99

Open MrRobot2211 opened 4 years ago

MrRobot2211 commented 4 years ago

Hi thank you for your excellent work, I am porting all your code to tf2 and cleaning it up a little bit. when running rename model I find the following error in line 12

netG = NetInfo('netG')

is missing a df argument in NetInfo thank you

ozgurozkan123 commented 4 years ago

Hi can you please share the files you have for this project. The maintainer @nothinglo is not updating the links and all of them are broken. Thanks @MrRobot2211

Youlenda commented 3 years ago

Hi,

When I run the TF.py in the "[Online_Demo_Models]_Deep-Photo-Enhancer/LPGAN_exp_G3_736" file, I face this error:

Shapes (2, 1, 32, 32, 128) and () are incompatible

in line: netG_test_output1 = model(netG, test_df.input1, False, netG_act_o, is_first=True)

Would you mind helping me with it? Thank you in advance.