Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How do I write a python code for non maxima suppression?

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++.

How do I write a python code for non maxima suppression?

I am implemented implementing 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++.