wanglvhang / OnnxYoloDemo

demo of using c# to run yolo onnx model with onnx runtime, and contains a windows capture tool to get bitmap from windows desktop and window.
MIT License
47 stars 12 forks source link

nms error #2

Open prj-jxust opened 7 months ago

prj-jxust commented 7 months ago

非常感谢分享优质项目,让我省了不少时间!但是在使用过程中发现nms有点小问题,在nms时我们先需要对score进行排序,然后再进行bbox剔除,而项目好像并未进行排序操作,导致很多本该输出的bbox框被意外的过滤掉了。

wanglvhang commented 7 months ago

感谢你的反馈啊,如果可以的话能提个PR吗? 我暂时可能没有时间来处理这个issue。