-
Hi
very good implementation.
i have trained pix2pix on Radboud Data set for expression synthesis. But it generates blurry results after 250 Epochs. Can you please guide me?
It looks that after 220…
ghost updated
6 years ago
-
hello . i have got problem in pix2pix-keras
i dont know what shall i download your structers dataset
could you get me direct link to this dataset.
i know this link http://cmp.felk.cvut.cz/~tyle…
-
Hi,
I'm running the training on the facade dataset.
I have two questions:
1. Is all the pictures in the tests folder are different from the pictures in the train folder? In other words, are the…
-
I am trying to use single layer images that have intensity range from -1024 to 3072 (12 bit, signed). I have changed the aligned_dataset.py so that I can read my images into numpy arrays and then conv…
-
discriminator accuracy remains at 24%. keras gives a warning that the changing the discriminator trainable attribute should be followed by a model compile. I have already done that. I have replaced th…
-
I'm trying to train the pix2pix model using 'edges2handbags' dataset. Even before the ending 1 epoch, the discriminator loss records an accuracy of 100% and the generated images becomes completely whi…
-
Hi,I encountered an error when running the test.py script. Here are the details:
Command Executed:
python tools/test.py --config configs/APLoss/base_320_fullData_bsds.py --checkpoint checkpoints/ite…
-
In Pix2Pix HD, the authors use a second generator to upsample the image x4 times. We would keep the main generator architecture with 256x256 resolution.
Herewith Pix2Pix HD generator architecture:
…
-
Hi,
I just wanted to say that I really appreciate the great work on this project! I’m curious if the training code will be open-sourced. If so, do you have an estimated timeline for its release?
Tha…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
Pix2Pix models don't seem to be working properly.
…