I am implemented this algorithm, which requires Non Maxima Suppression (NMS) as one of its steps.
I found this (Faster) Non-Maximum Suppression in Python
and
This Efficient Non-Maximum Suppression
I am finding it hard to understand, confused how to write the code.
Can anyone explain what exactly happens here?
I want to write my own code for this
I am writing my code in python, not C++.