PyImageSearch / imutils

A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
MIT License
4.51k stars 1.03k forks source link

Switched overlap to IoU. #216

Open Namburger opened 3 years ago

Namburger commented 3 years ago

Hi Adrian, would you consider this change? I read your article and used the algo recently, my only confusion was that you are using the overlap instead of the IoU for NMS.