IOU is being computed after label permutation which means that a ton of work is being redone.
(1) was introduced at some point without updating the IOU allocation. This means that all IOUs were identical for every pair within an image. This did not affect the results between images.
Expected Behavior
IOU should be computed the minimum number of times and should be properly reported per groundtruth-prediction pair.
valor version checks
Reproducible Example
Issue Description
There are two serious bugs.
Expected Behavior
IOU should be computed the minimum number of times and should be properly reported per groundtruth-prediction pair.