【问题标题】:Tensorflow object detection API:Sample program not working as expectedTensorflow 对象检测 API:示例程序未按预期工作
【发布时间】:2018-04-24 14:47:07
【问题描述】:

我正在运行与 Tensorflow 对象检测 API(object_detection_tutorial.ipynb)一起打包的示例程序。 程序运行良好,没有错误,但边界框根本不显示。

我的环境如下:

Windows 10

Python 3.6.3

可能是什么原因?

关于

马尼什

【问题讨论】:

标签: tensorflow object-detection object-detection-api


【解决方案1】:

最新版的模型ssd_mobilenet_v1_coco_2017_11_08好像不行了,输出异常低值。在 Jupyter Notebook 中用旧版本的模型替换它对我来说很好:

# What model to download.
MODEL_NAME = 'ssd_mobilenet_v1_coco_11_06_2017'

参考:https://github.com/tensorflow/models/issues/2773

【讨论】:

    【解决方案2】:

    请在检测动物园中尝试更新的 SSD 模型:https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md。这应该是固定的。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-03-09
      • 2018-01-06
      • 2020-08-25
      • 1970-01-01
      • 1970-01-01
      • 2018-03-21
      相关资源
      最近更新 更多