As mentioned in paper, we dont need target label, but in main.py Line 79"trg_img_adv = fgsm.untargeted(model, trg_img, trg_lbl)" we need target label for training. Is this target label pseudo labels? If I use another target dataset without labels for training, how can I deal with this problem.
Since it is GTA5 to Cityscapes, it does not contain synthia.
Yes, it is pseudo labels. You can first train an UDA model, then use the trained model to generate pseudo labels.
Feel free to let me know if you might need additional information. Thanks.
Excuse me.