[SPEED-UP] Implement np.unique
for IoU matching
#93
Labels
performance
Changes that impact runtime and performance
np.unique
for IoU matching
#93
Implement fast(er) IoU computation between objects in GT and predicted mask:
overlaps = np.unique(np.array([true, pred]), axis=0)
The text was updated successfully, but these errors were encountered: