In mean_iou.py
mask = label != ignore_index mask = np.not_equal(label, ignore_index)
is this a bug?
· Sign up or log in to comment