UniMoS
October 3, 2025 ยท View on GitHub
Pytorch implementation of Split to Merge: Unifying Separated Modalities for Unsupervised Domain Adaptation (CVPR'24)
- The extended version, Unified Modality Separation: A Vision-Language Framework for Unsupervised Domain Adaptation, has been accepted to TPAMI. The code is available here.
- Requirements
python==3.8
pytorch==1.12
- How to run:
- Install CLIP
- Put Office-Home dataset under
./dataset/OfficeHome - run by
python main.py --source [SOURCE] --target [TARGET] - Check results in
./log/