【问题标题】:object detection algorithm outputs an image with no bounding boxes around the detected objects after testing the algorithm对象检测算法在测试算法后输出检测到的对象周围没有边界框的图像
【发布时间】:2020-02-01 17:14:34
【问题描述】:

我和我的伙伴创建了一个修改后的更快的 rcnn 算法,它在测试算法后输出图像时似乎没有任何边界框,但它只输出平均平均精度。到目前为止,我尝试做的是卸载并重新安装 TensorFlow,但问题仍然存在。

【问题讨论】:

    标签: python machine-learning deep-learning object-detection faster-rcnn


    【解决方案1】:

    尝试更改置信度阈值,以便您能够看到置信度较低的边界框,这样您就可以验证后处理代码是否存在问题,或者您的模型是否无法学习任何有用的模式。

    另外请提供一些关于您的代码的见解,以便我们可以提供更好的帮助

    【讨论】:

      猜你喜欢
      • 2014-08-02
      • 1970-01-01
      • 1970-01-01
      • 2015-02-02
      • 2014-08-02
      • 2020-07-20
      • 2020-04-03
      • 2020-11-08
      • 2018-11-07
      相关资源
      最近更新 更多