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

OpenCV 3 changed `CV_LOAD_IMAGE_COLOR` to `IMREAD_COLOR`. Details available here: http://stackoverflow.com/a/32596174/1033570 Had to do this update, so it worked. However, I am not sure this is a must.

I am attempting to use this cGAN implementation for building the visual neural model of a specific person from photos or videos. One experiment that I did was to remove...

Hello, I would like to have your opinion on the following feasibility study: Is it possible to modify pix2pix to include : Input 1: Image to be modified input 2...

I mean for pix2pix now it's for images(256256,2 channels for RGB), if I want to use it for two dataset: data A: 981; data B: 98*1 Now I want to...

Hello, Can you please make Google Colab Notebook for this Git and provide the URL.

As i made these to show how to make inpainting models, i added this to my set It might help people to visualize how to make them :) please use...

![createCustomPix2Pix](https://user-images.githubusercontent.com/7318371/215333567-eac54d4d-62e7-4fe1-81c3-56c1cd9458f9.png)

Dear researchers, please also consider our newly introduced dynamic-pix2pix architecture, which increse the modeling abbility of pix2pix specially in exteremely limmited data scenarios. For more information: https://www.researchgate.net/publication/365448869_Dynamic-Pix2Pix_Noise_Injected_cGAN_for_Modeling_Input_and_Target_Domain_Joint_Distributions_with_Limited_Training_Data

Hello, I've been training a Pix2Pix model for an image-to-image translation task and have reached a point where I need some advice on selecting the best epoch/weights based on the...