Zhongying-Deng / DIDA

Pytorch implementation for "Dynamic Instance Domain Adaptation" (DIDA-Net, accepted to IEEE T-IP).
10 stars 1 forks source link

Where is train.py? #1

Closed Mrkkew closed 1 year ago

Mrkkew commented 1 year ago

Is the code you have made public complete? Where is the tools/train.py?

Zhongying-Deng commented 1 year ago

Thanks for your interest in our work. The code is based on Dassl codebase and not complete on its own. As stated in installation, to use the code in this repo, you will need to first install Dassl codebase via this link https://github.com/KaiyangZhou/Dassl.pytorch#get-started. After installation, you can find tools/train.py.