NVIDIA / pix2pixHD

Synthesizing and manipulating 2048x1024 images with conditional GANs
https://tcwang0509.github.io/pix2pixHD/
Other
6.62k stars 1.39k forks source link

Bad results on NYU dataset #87

Open ricshaw opened 5 years ago

ricshaw commented 5 years ago

I am trying to use this code for simple inpainting on the NYU dataset. I am not getting very good results (see below for an example output after epoch 85). There is a strange artefact in the middle of the image every time. Does anyone know why this might be? epoch085_input_label epoch085_synthesized_image epoch085_real_image

robbiebarrat commented 5 years ago

bumping this as i'm having the same issue. always a strange conv artifact in the middle.

i think im going to switch to using regular pix2pix - @ricshaw have you tried this?

AugustLee93 commented 2 years ago

@ricshaw @robbiebarrat Same problem occurs to mine. I still have no idea how to prevent and fix it. Do you guys have a solution for it ? Any helps will be appreciated ! Thanks

ricshaw commented 2 years ago

I would take a look as the repo instead: https://github.com/saic-mdal/lama Amazing results!