Awesome
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.