Whether DACS can be reproduced through this repository?
JunXieFront opened this issue · 1 comments
Dear Author,I want to combine the implementations of DAformer and DACS for my own study. So whether DACS can be reproduced through this repository, if yes, I'will be very apprecitaed if you could help me to constuct the config file
Dear @JunXieFront,
Thank you for your interest in our work. DACS is part of the UDA process of DAFormer. Therefore, it is already part of this repository. To reproduce DACS, you can disable RCS/FD and switch to DeepLabV2. Experiment 1 is based on DACS, so you can have a look at the generated configs for reference. Just comment out source-only
, target-only
, as well as the other architectures to generate the config of interest.
Line 232 in d2677df
Best,
Lukas