uta-smile / ASSUDA

Exploring Robustness of Unsupervised Domain Adaptation in Semantic Segmentation (ICCV 2021; Oral)
MIT License
12 stars 1 forks source link

Question #4

Open JayShao-Xie opened 1 year ago

JayShao-Xie commented 1 year ago

Excuse me. Line 119 in model/deeplab.py "return out" shouldn't include in for?

For example:

for i in range(len(self.conv2d_list) - 1): out += self.conv2d_listi + 1 return out

viyjy commented 1 year ago

Thanks for pointing out this bug. I fixed it https://github.com/uta-smile/ASSUDA/blob/main/model/deeplab.py#L119