Closed lixiang007666 closed 7 months ago
Thanks for this concern. In the inference phase, we introduce the source statistics by using the running_mean and running_var stored within the BN layers. Therefore, there is no need to utilize source domain data or its labels during inference. The related code can be found in utils/convert.py.
According to my understanding, in the Statistics Alignment step, this method still utilizes the source domain data and its labels.
So, it's not entirely source-free, is it?