Tensorflow 对象检测 API:Sample 程序未按预期运行
Tensorflow object detection API:Sample program not working as expected
我是 运行 示例程序,它与 Tensorflow 对象检测一起打包 API(object_detection_tutorial.ipynb)。
程序运行正常,没有错误,但边界框根本没有显示。
我的环境如下:
Windows 10
Python 3.6.3
可能是什么原因?
问候
马尼什
似乎最新版本的模型ssd_mobilenet_v1_coco_2017_11_08
不工作,输出值异常低。在 Jupyter Notebook 中用旧版本的模型替换它对我来说效果很好:
# What model to download.
MODEL_NAME = 'ssd_mobilenet_v1_coco_11_06_2017'
请在检测动物园中尝试更新的 SSD 型号:https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md。这应该是固定的。
我是 运行 示例程序,它与 Tensorflow 对象检测一起打包 API(object_detection_tutorial.ipynb)。 程序运行正常,没有错误,但边界框根本没有显示。
我的环境如下:
Windows 10
Python 3.6.3
可能是什么原因?
问候
马尼什
似乎最新版本的模型ssd_mobilenet_v1_coco_2017_11_08
不工作,输出值异常低。在 Jupyter Notebook 中用旧版本的模型替换它对我来说效果很好:
# What model to download.
MODEL_NAME = 'ssd_mobilenet_v1_coco_11_06_2017'
请在检测动物园中尝试更新的 SSD 型号:https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md。这应该是固定的。