-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
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 meters.has_key(acc_class_str): meters.reset(acc_class_str) if meters.has_key(mIoU_str): meters.reset(mIoU_str) if meters.has_key(fwIoU_str): meters.reset(fwIoU_str)
When I test your pre-trained model deeplabv2_pascalvoc_1-8_suponly.ckpt, I found the Validation metrics logging the whole confusion matrix. Shouldn‘t we count the single image acc/mIoU independently?
I'm not sure whether my speculation is right, could you help me?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels