lhoyer / DAFormer

[CVPR22] Official Implementation of DAFormer: Improving Network Architectures and Training Strategies for Domain-Adaptive Semantic Segmentation
Other
466 stars 91 forks source link

Whether DACS can be reproduced through this repository? #45

Closed JunXieFront closed 1 year ago

JunXieFront commented 2 years ago

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

lhoyer commented 2 years ago

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.

https://github.com/lhoyer/DAFormer/blob/d2677df22649ec4516760f2a9f8be89eb4b8e770/experiments.py#L232

Best, Lukas