Open
Description
I found the mIoU evaluation codes here:
semantic-segmentation-pytorch/eval.py
Line 98 in 8f27c9b
I am wondering what is the motivation of using sum(intersect)/sum(union)
instead of the mean over sample-wise intersect / union
? The former one seems to disregard the testing samples are iid.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels