lhoyer / DAFormer

[CVPR22] Official Implementation of DAFormer: Improving Network Architectures and Training Strategies for Domain-Adaptive Semantic Segmentation
Other
466 stars 91 forks source link

how to loader different images from one dataloader. #71

Open yuheyuan opened 1 year ago

yuheyuan commented 1 year ago

During training, a dataloder is created that holds datasets of the source domain and the target domain, and then the images of the source domain and the target domain are read respectively.

I try to reproduce your racs. I find your code use mmseg. and then I meet the problem. I don't know how to load the source image and target image resepectly.