Skip to content
/ CPD Public
forked from buerzlh/CPD

Source-free domain adaptation with Class Prototype Discovery L Zhou, N Li, M Ye, X Zhu, S Tang Pattern recognition 145, 109974

Notifications You must be signed in to change notification settings

maouestc/CPD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPD

PyTorch implementation for Source-free domain adaptation with Class Prototype Discovery. This repository is based on framework from CAN and modified part of the code.

The installation can refer to CAN.

Please download datasets to experiments/datasets/ folder.

Training:

CUDA_VISIBLE_DEVICES=X python tools/train_target.py --method CPD --cfg experiments/config/config_file.yaml --weights pre_trained_source_model_weights

Citation

If you think our paper or code is helpful to you, we very much hope that you can cite our paper, thank you very much.

@article{zhou2024source,
  title={Source-free domain adaptation with Class Prototype Discovery},
  author={Zhou, Lihua and Li, Nianxin and Ye, Mao and Zhu, Xiatian and Tang, Song},
  journal={Pattern recognition},
  volume={145},
  pages={109974},
  year={2024},
  publisher={Elsevier}
}

About

Source-free domain adaptation with Class Prototype Discovery L Zhou, N Li, M Ye, X Zhu, S Tang Pattern recognition 145, 109974

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%