fashion-parsing icon indicating copy to clipboard operation
fashion-parsing copied to clipboard

your miOU implementation is not correct.

Open ahnHeejune opened this issue 6 years ago • 1 comments

ahnHeejune avatar Jan 26 '19 04:01 ahnHeejune

your mIOU code : meanIOU = sum(intersectCount)/sum(unionCount) is wrong. you should do : iu := numpy array for all classes meanIOU = np.nanmean(iu)

ahnHeejune avatar Jan 26 '19 04:01 ahnHeejune