DCLGAN icon indicating copy to clipboard operation
DCLGAN copied to clipboard

Code for Dual Contrastive Learning for Unsupervised Image-to-Image Translation, NTIRE, CVPRW 2021, oral.

Results 15 DCLGAN issues
Sort by recently updated
recently updated
newest added

Hello Junlin, Thank you very much for your code! I was just wondering, what is the command to resume training from a checkpoint? I tried this one, but it didn't...

I have some problems with my training facdes dataset and maps dataset ![1](https://user-images.githubusercontent.com/52614355/178637156-f5c1f80d-a0b8-45c3-b593-a528eab1e725.png) ![1](https://user-images.githubusercontent.com/52614355/178637168-9911686f-edb4-4577-9a43-cf2ee010899d.png) The translation result on facdes is always the same, and there will be no change ![1_A](https://user-images.githubusercontent.com/52614355/178637348-3630a1e1-d426-4993-85a9-df1691df39a6.png)...

Hello, can DCLGAN carry out the training of paired image translation?

Hello! Thank you so much for doing such a good job. I would like to know that when do I end the training while training for the best results? And...

Hello! Thanks for open source your code. I was training the summer2winter_yosemite dataset, but when I trained 50 epochs, I tested FID=115.7, when I trained 100 epochs, I found that...

Hi, I ran the following config, ``` python train.py \ --dataroot datasets/a_to_b \ --name a_to_b \ --model simdcl \ --no_flip \ --lr_policy linear \ --gpu_ids 0,1,2,3 \ --direction AtoB \...

Hello, in dcl_model.py why can you use self.loss_G to do backpropagation with both G_A and G_B ? Is there any special way to handle this?

Hello, I'm very interested in your work. I've just come into this field. How can I get the FID value?

Hello! Have you tested the model with high resolution images (512, 1024, ...)? Pictures are also drawn with high quality? What parameters do you recommend to change to train 512x512...

It will be very helpful if you will provide a colab notebook Thanks