Questions tagged [non-maximum-suppression]

32 questions
0
votes
1 answer

How To Implement imhmin() in C++

I would like to implement imhmin() function of matlab in c++. Firstly, I have examined the algorithm. It suppresses the minimum pixel intensity values. Non-maximum suppression code is: void non_maxima_suppression(const cv::Mat& src, cv::Mat&…
blknt
  • 7
  • 4
-1
votes
1 answer

How can i implement NMS(non-maximum suppression) on Yolov4

I'm training my own datasets using Yolov4 from Alexeyab but i got a multiple bounding boxes like this image below. I googled and searched about NMS(non-maximum suppression) but all i can find is how to write a code in pytorch or tf.... i'm new to…
lin
  • 23
  • 2
  • 5
1 2
3