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

[fix bug] 修复nms内boxes未根据置信度排序问题 #3

Closed prj-jxust closed 8 months ago

wanglvhang commented 8 months ago

考虑使用order by , 目前【顺序】再【顺序】的方式浪费性能