NickSwardh/YoloDotNet

IoU parameter for overlapping boxes

sabihoshi opened this issue · 1 comments

There doesn't seem to be any IoU parameter from what I can see when I looked at the source code, I see that RemoveOverlappingBoxes uses a default value of 0.45f I think it would be useful if this was a parameter.

And maybe another IoU threshold parameter specifically if the overlapping boxes are only the same class, but I don't know if this is preferred. But I think at least one is very much needed.

Hi Sabihoshi. Yes, the default for IoU is 0.45f. I've updated YoloDotNet to v1.5 with an additional parameter for controlling the IoU threshold if needed. Rock on! :)