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
785 stars 109 forks source link

artifacts in the enhanced images #102

Open yxt132 opened 4 years ago

yxt132 commented 4 years ago

This is nice work. However, we observed some artifacts along the edges in the image. Below is one example, anyone has seen the same thing and has any idea about how it was created?

Screen Shot 2020-05-14 at 11 06 57 AM
ozgurozkan123 commented 3 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 @yxt132

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.