Code used for the results in the paper "DACS: Domain Adaptation via Cross-domain Mixed Sampling"
- CUDA/CUDNN
- Python3
- Packages found in requirements.txt
python3 trainUDA.py --config ./configs/configUDA.json --name UDA
python3 evaluateUDA.py --model-path checkpoint.pth
Pretrained model for GTA5->Cityscapes can be downloaded at: (Link), and should be unzipped in the '../saved' folder. This model peaked at 53.66 mIoU and ended at 53.04 mIoU.