pix2pix icon indicating copy to clipboard operation
pix2pix copied to clipboard

Image-to-image translation with conditional adversarial nets

Results 90 pix2pix issues
Sort by recently updated
recently updated
newest added

In particular when training for a long time it can happen that some very annoying artifacts appear on some of the outputs. Usually they are square, are at the same...

Hello all. I was following the installation instructions and I keep encountering this error and there isnt much about it online. I get this error when I am attempting to...

In section 6.1.2 of the paper released in arXiv, how can calculate the receptive field of the discriminator? The receptive field of a 16x16 discriminator "C64-C128" composed of two layers...

pytorch or tensorflow??

We are trying to transfer learn on pix2pix model by using the edges2shoes dataset and using --continue_train to train on our dataset. However, we receive an error regarding Discriminator saying...

Hi: I am wondering why it is sufficient to restrict attention to the structure in local image patches to model high-level features?

hi i notice that your code convert the color-photo into 14-class label but the output of net has 34 class ,i think this might convert some pixel to the wrong...

Hi,It seems https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/blob/f13aab8148bd5f15b9eb47b690496df8dadbab0c/scripts/eval_cityscapes/download_fcn8s.sh#L1 link failed when I ran `sh download_fcn8s.sh` , ``` http://people.eecs.berkeley.edu/~tinghuiz/projects/pix2pix/fcn-8s-cityscapes/fcn-8s-cityscapes.caffemodel Resolving people.eecs.berkeley.edu (people.eecs.berkeley.edu)... 128.32.244.190 Connecting to people.eecs.berkeley.edu (people.eecs.berkeley.edu)|128.32.244.190|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently...

I'm working on something that need to convert each value in 2-D tensor to 3-D tensor where each value in the original 2-D tensor has been one-hot encoded. For example,...