Huiwen Huang
Results
2
issues of
Huiwen Huang
Hi, ZHKKKe, Thank you for your excellent code. I found a suspected bug in task/sseg/func.py. In the function **metrics**, you reset all meters named acc_str/acc_class_str/mIoU_str/fwIoU_str. ` if meters.has_key(acc_str): meters.reset(acc_str) if...
Hi authors, Thank you very much for sharing the code! In the paper, consistency loss is used for all available samples, but Why you only compute unlabeled data in the...