ashep29 / confluence

Implementation of the Confluence and Confluence NMS algorithms
MIT License
24 stars 7 forks source link

Confluence with YOLO #8

Open TalhaSarwar113 opened 1 year ago

TalhaSarwar113 commented 1 year ago

Hi I am trying to use confluence with yolo for object detection. I am encountering a problem. YOLO library uses SoftNMS which returns indexes of retained bounding box while this code returns the actual bounding boxes. Is there a way I can integerate confluence into yolo library for use on my dataset

torumitsutake commented 1 month ago

Hi Regarding the implementation of Yolo, you can experiment in such a way that the IoU threshold value of SoftNMS can be set to 1 to make the NMS virtually non-functional.