contrastive-unpaired-translation icon indicating copy to clipboard operation
contrastive-unpaired-translation copied to clipboard

Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)

Results 107 contrastive-unpaired-translation issues
Sort by recently updated
recently updated
newest added

Hi! I was trying to execute CUT for domain adaptation in grayscale images but, at the time the models are created, an error raises telling that the input has 3...

![image](https://github.com/taesungp/contrastive-unpaired-translation/assets/58813118/212e5dd9-361e-4de2-8936-07e60afd8ecd) What is his role? Thank you

I would like to ask a question: when the input training image size changes, does the default value of load_size in base_option.py 286 need to be changed? ![03080141c4294eb0f64fd837cca85d33](https://github.com/taesungp/contrastive-unpaired-translation/assets/144575283/9bb3539a-15c4-438c-955d-c215e763f212)

Hi @taesungp @junyanz , Sorry to distrub you. I found that you set --n_epochs=200, --n_epochs_decay=200, which makes the style transfer take a long time, possibly more than 3 days. I...

I wanted to know the input to the patchsamplef class. I checked that it has 5 tensors, with different shapes, each of them seem to be downsampled as the size...

Hello How are you? Thanks for contributing to this project. Is it possible to translate from one A to several possible Bs?

In a paper by Chuang et al. 2020 (Debiased Contrastive Learning), it has been shown that false negative samples can deteriorate the performance of contrastive learning. Are you aware of...

Hello, the website of https://people.eecs.berkeley.edu/~taesung_park/CycleGAN/datasets seems restricted, could you please upload the dataset or give me another website? thank you so much

Hi! I have altered your code to work with 3D images, however, I do not see a gradual decrease in NCE loss (see image). I could not find any images...