Skip to content
/ PDEN Public
forked from lileicv/PDEN

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

Notifications You must be signed in to change notification settings

ICTMCG/PDEN

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.2%
  • Shell 3.8%