(ICME 2022) Domain Adaptive Semantic Segmentation via Regional Contrastive Consistency Regularization
If you find RCCR useful in your research, please consider citing:
@inproceedings{zhou2022domain,
title={Domain adaptive semantic segmentation with regional contrastive consistency regularization},
author={Zhou, Qianyu and Zhuang, Chuyun and Lu, Xuequan and Ma, Lizhuang},
booktitle={2022 IEEE International Conference on Multimedia and Expo (ICME)},
year={2022},
organization={IEEE}
}
- CUDA/CUDNN
- Python3
- Pytorch
- Scipy==1.2.0
- Other requirements
pip install -r requirements.txt
python3 train_spasr_gtav.py --config ./configs/configUDA_spasr_gtav.json --name UDA
python3 evaluateUDA.py --model-path checkpoint.pth
This project is based on the following open-source projects. We thank their authors for making the source code publically available.
This project is released under the Apache License 2.0, while some specific features in this repository are with other licenses. Please refer to LICENSES.md for the careful check, if you are using our code for commercial matters.