vikolss / DACS

Code from the paper "DACS: Domain Adaptation via Cross-domain Mixed Sampling"
MIT License
123 stars 19 forks source link

question about distribution alignment #16

Open valencebond opened 2 years ago

valencebond commented 2 years ago

The ablation study of Distribution Alignment is interesting. Are there any codes for q, p, p_hat, computation? If I understand right, p is the class distribution of the target datasets, counted by the number of pixels of classes. p_hat is the class distribution of the target prediction probability of all samples. q is the predicted probability of one target sample. Please correct me if there is something wrong.