pix2pix-keras icon indicating copy to clipboard operation
pix2pix-keras copied to clipboard

Image-to-Image Translation with Conditional Adversarial Networks (Pix2pix) implementation in keras

Results 4 pix2pix-keras issues
Sort by recently updated
recently updated
newest added

Have you tried running your model on more datasets for pix2pix? If yes could you post the results of those datasets on readme. And it would be useful for people...

ValueError: Operands could not be broadcast together with shapes (4, 4, 1024) (1, 4, 512)

Dear all, I am getting this error when I keep patch size as (64,64) and image size (256, 256).--> ValueError: impossible convolution output dim: expected 1x512x1x1 but received 1x512x2x2. Can...

Hi! I'm trying to get main.py to run, fresh out the box, after I've set up the conda environment as suggested. In generator.py UNETGenerator I get errors that the combined...