Domain Consensus Clustering for Universal Domain Adaptation

Domain-Consensus-Clustering [CVPR2021] Domain Consensus Clustering for Universal Domain Adaptation Prerequisites To install requirements: pip install -r requirements.txt Python 3.6 GPU Memory: 10GB Pytorch 1.4.0 Getting Started Download the dataset: Office-31, OfficeHome, VisDA, DomainNet. Data Folder structure: Your dataset DIR: |-Office/domain_adaptation_images | |-amazon | |-webcam | |-dslr |-OfficeHome | |-Art | |-Product | |-… |-VisDA | |-train | |-validataion |-DomainNet | |-clipart | |-painting | |-… You need you modify the data_path in config files, i.e., config.root Training Train on one […]

Read more
1 2