markjay4k / YOLO-series

A series of notebooks describing how to use YOLO (darkflow) in python
247 stars 171 forks source link

How to eliminate multiple object detection? I searched online and found Non-maximum suppression(NMS) method. But I could not implement it for my custom object detection. #47

Open rudrakshmishra04 opened 4 years ago

rudrakshmishra04 commented 4 years ago

How to eliminate multiple object detection? I searched online and found Non-maximum suppression(NMS) method. But I could not implement it for my custom object detection.