Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First Image Transltation #37

Open
JialeTao opened this issue May 7, 2020 · 6 comments
Open

First Image Transltation #37

JialeTao opened this issue May 7, 2020 · 6 comments

Comments

@JialeTao
Copy link

JialeTao commented May 7, 2020

Hi, I have read the paper and still have som problems.

  1. CycleGAN is trained with a perceptual loss. Does the first image translation use the perceptual loss? If so, which segmentation model parameters is used. Is the source only model with 33.6 mIoU in the paper?

  2. With first traslated images in hand, when starting the adversarial training of the segmentation model, is the initial model parameters the ImageNet pretrained parameters or the source-image pretrained parameters with mIoU of 33.6?

@liyunsheng13
Copy link
Owner

For your first question, I tried both scenarios and get similar results. Thus, you can train CycleGAN without perceptual loss. For the second one, the model is pertained with ImageNet.

@JialeTao
Copy link
Author

For your first question, I tried both scenarios and get similar results. Thus, you can train CycleGAN without perceptual loss. For the second one, the model is pertained with ImageNet.

Thanks for quick reply! And I found it very slow to train cyclegan with perceptual loss(it may takes around a month in my situation, I mentioned this under another question ). So I'm suprised that you just spent 4 days. Did you use single GPU? or multi GPUS?

@liyunsheng13
Copy link
Owner

liyunsheng13 commented May 12, 2020

I use 4 gpus

@JialeTao
Copy link
Author

I use 4 gpus

Thanks, that might be normal. The GPU I used is not compatible to teslaV100. Is it convenient for you to upload the first translation image? Anyway, It's also ok for not. While you train cyclegan with larger batchsize, is the initial learning rate you used same with standard cyclegan ?

@liyunsheng13
Copy link
Owner

You can train with less epochs. I upload the parameters I use. You can refer to it.

@JialeTao
Copy link
Author

You can train with less epochs. I upload the parameters I use. You can refer to it.
Thanks very much! I've seen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants