OnDA
OnDA copied to clipboard
Source code for "Online Unsupervised Domain Adaptation for Semantic Segmentation in Ever-Changing Conditions", ECCV 2022. This is the code has been implemented to perform training and evaluation of UD...
Results
2
OnDA issues
Sort by
recently updated
recently updated
newest added
Hi, thank you for your amazing problem formulation and work. My query is same as title.
Hi @theo2021 , For Eq. 2, I want to know why you use the global variance rather than the variance of each prototype. I.e., .sum(axis=0) in below function. ` def...