ICTMCG / PDEN

Progressive Domain Expansion Network for Single Domain Generalization. CVPR 2021.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Progressive Domain Expansion Network for Single Domain Generalization. CVPR 2021.


Languages

Language:Python 96.2%Language:Shell 3.8%