Unsup_Recycle_GAN icon indicating copy to clipboard operation
Unsup_Recycle_GAN copied to clipboard

Training Results

Open SecureSheII opened this issue 2 years ago • 4 comments

I tried to replicate your trained weights on Viper to CityScapes. I am wondering if getting those reconstructed images after 8000 iterations is expected, which does not seem right to me.

image image

where the first image is fake Viper and the second one is fake CityScapes.

If this is not normal, is there any step where I might go wrong? I used the same training command you provided, which is

python train.py --dataroot path/to/data/ --model unsup_single --dataset_mode unaligned_scale --name v2c_experiment --loadSizeW 542 --loadSizeH 286 --resize_mode rectangle --fineSizeW 512 --fineSizeH 256 --crop_mode rectangle --which_model_netG resnet_6blocks --no_dropout --pool_size 0 --lambda_spa_unsup_A 10 --lambda_spa_unsup_B 10 --lambda_unsup_cycle_A 10 --lambda_unsup_cycle_B 10 --lambda_cycle_A 0 --lambda_cycle_B 0 --lambda_content_A 1 --lambda_content_B 1 --batchSize 1 --noise_level 0.001  --niter_decay 0 --niter 2

SecureSheII avatar Apr 22 '23 15:04 SecureSheII

This doesn't seem right to me too. However, I am not able to pinpoint the issue based on this either. Given that the experiments had been successfully reproduced by other users, maybe you can try to focus more on the data and the environment side? Or maybe re-runing the model with a different random seed may simply help.

wangkaihong avatar Apr 22 '23 19:04 wangkaihong

Is there a particular reason why you turned off cycle loss in the provided training command? I saw in Table 11 turning on cycle loss will give lower warping error.

SecureSheII avatar Apr 23 '23 01:04 SecureSheII

There isn't a strong reason to turn that off; you can see that both having or not the cycle loss didn't change the performance significantly, so we didn't use it for the sake of simplicity. Feel free to turn it on if you feel like it might be helpful in your case.

wangkaihong avatar Apr 25 '23 04:04 wangkaihong

@Geniussh can you please help me to share me the pretrained models and Evaluation pretrained models FCN that mentioned in this repo. Actually those link that are mentioned in the repo are not working.

smohitm avatar Aug 13 '24 09:08 smohitm