【问题标题】:How to show few correct bounding boxes instead of all detectiones in YOLOv3如何在 YOLOv3 中显示几个正确的边界框而不是所有检测
【发布时间】:2022-01-04 14:21:33
【问题描述】:

这是我第一个用 2 个类检测对象的 YOLOv3 项目。在结果中,我看到了很多检测。是否可以只显示那些准确率超过 70%(例如)的框,或者说每个类的前 3 个框?有人可以帮忙吗?

我的测试执行如下: !./darknet detector test data/obj.data cfg/yolov3_custom.cfg ~/yolov3_custom_last.weights /content/5.png

【问题讨论】:

    标签: deep-learning object-detection yolo bounding-box


    【解决方案1】:

    如果您只想查看置信度超过 70% 的框,则必须设置 0.7 阈值。

    喜欢这个!./darknet detector test data/obj.data cfg/yolov3_custom.cfg ~/yolov3_custom_last.weights /content/5.png -thresh 0.7

    【讨论】:

      猜你喜欢
      • 2022-01-07
      • 2020-09-20
      • 1970-01-01
      • 2021-04-09
      • 1970-01-01
      • 2021-12-02
      • 1970-01-01
      • 2021-05-07
      • 1970-01-01
      相关资源
      最近更新 更多