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

About the threshold #70

Closed JinYoon002 closed 1 year ago

JinYoon002 commented 1 year ago

Hi sir,

In your paper, it says "Here, we use the ratio of pixels exceeding a threshold τ of the maximum softmax probability".

Where could I find the value of the threshold in your codebase? Thanks

Kindly Regards

lhoyer commented 1 year ago

You can find the value here: https://github.com/lhoyer/DAFormer/blob/6d87ab857665f3c5a4b481c1da3fb5e227792830/configs/_base_/uda/dacs.py#L10