Skip to content
/ DCA Public

Code for our article Dual Classifier Adaptation: Source-Free UDA via Adaptive Pseudo-labels Learning

Notifications You must be signed in to change notification settings

MALA-NJUPT/DCA

Repository files navigation

DCA

Code in Pytorch for our article Dual Classifier Adaptation: Source-Free UDA via Adaptive Pseudo-labels Learning

Environment Requirement

  • python 3.8.10
  • pytorch 1.11.0
  • torchvision 0.12.0
  • cuda 10.1
  • numpy, sklearn, scipy, tqdm

Dataset

Training

Firstly, you need to train the source model by running this code

python train_source_31.py

Then, you can run the code of DCA to perform SFDA,

python train_target_31.py

About

Code for our article Dual Classifier Adaptation: Source-Free UDA via Adaptive Pseudo-labels Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages