Closed Luodian closed 5 years ago
I found that if I set batchsize = 100, problem solved. But I am wondering whether I can use this setting to translate SYHTHIA dataset into CityScapes dataset. Can you show us your setting when translating GTA to CityScapes?
@Luodian Have you reproduced the GTA to CityScapes images? The cyclegan released by judy is different to the code released by @junyanz. I am confused about the settings of reproducing the GTA to CityScapes images.
Actually, you can directly use the original cyclegan to transfer GTAV to CityScapes. In this paper, it addressed they didn't use semantic consistency loss during semantic segmentation.
I removed CLS network and related operators in cyclegan_semantic_model.py
and trained a cyclegan model. Generated images are not so bad, but I haven't inferred all images yet.
可以加个微信继续交流下~
luodianup
@Luodian Hello, I cannot use batch_size of 100 when the load_size and crop_size are big, any other solution to this problem?
Did you implement Synthia->Cityscapes procedure? I use one based on svhn->mnist, but it seems didn't work well. Do I miss something or I misunderstand the adaption procedure? My other settings are: