Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 673 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 673 Bytes

PDEN

The code for Progressive Domain Expansion Network for Single Domain Generalization.

Dataset

  • Download the dataset from Baidu Cloud Disk. You will need a code when download the dataset files from Baidu Cloud Dist and the code is b717. You can also download the dataset form Google drive
  • Place the dataset files in the path ./data/

Train

  • First, run the command sh run_base.sh 0 0. The command will train the base network.
  • Then, run the command sh run_my.sh 0 0. The command will train the PDEN model.