使用 Inception v3 模型进行 Tensorflow 对象检测 API

Use of Inception v3 model for Tensorflow Object Detection API

我通过 ssd_mobilenet_v1_coco_11_06_2017 模型成功地使用了 Tensorflow 对象检测 API。

现在我需要使用 Inception v3 模型而不是 mobilenet 模型。

问题:

我可以将它用于 Tensorflow 对象检测吗 API 我如何更改配置文件以及如何找到它?

简单的你可以参考ssd_mobilenet_v1_coco.config文件。它用于为 Tensorflow 对象检测提供配置 API。您可以根据需要对其进行编辑和修改。