文章 ID: 000088333 內容類型: 相容性 最近查看日期: 2022 年 05 月 20 日

無法使用OpenVINO™模型優化工具轉換 TensorFlow* 2.4 型號

BUILT IN - ARTICLE INTRO SECOND COMPONENT
摘要

使用 Tensorflow 2.4 型號執行的正確組態檔案。

描述
  1. 下載 ssd_mobilenet_v2_fpnlite_640x640_coco17_tpu-8 型號。
  2. 使用時將模型轉換為中間表示 (IR) ssd_support_api_v.2.4.json:

    python3 mo_tf.py --saved_model_dir /ssd_mobilenet_v2_fpnlite_640x640_coco17_tpu-8/saved_model \
    --transformations_config /model_optimizer/extensions/front/tf/ssd_support_api_v2.4.json \
    --tensorflow_object_detection_api_pipeline_config /ssd_mobilenet_v2_fpnlite_640x640_coco17_tpu-8/pipeline.config \
    --reverse_input_channels \
    --input_shape [1,640,640,3]

  3. 遇到錯誤: [ ERROR ] Exception occurred during running replacer "ObjectDetectionAPIPreprocessor2Replacement ():
解決方法

TensorFlow 2 Detection Model Zoo 接受過使用 Tensorflow 2.2 的訓練。
ssd_support_api_v.2.4.json 適用于使用 TensorFlow* 物件偵測 API 版本 2.4 或更高版本訓練的固態硬碟拓撲
使用 ssd_support_api_v.2.0.json進行 SSD 拓撲訓練,使用 TensorFlow* 物件偵測 API 版本 2.0 最高 2.3.X(含)。

 

額外資訊

如需特定的 TensorFlow 版本,請參閱各自的 組態檔案

相關產品

本文章適用於 2 產品

這個頁面的內容綜合了英文原始內容的人工翻譯譯文與機器翻譯譯文。本內容是基於一般資訊目的,方便您參考而提供,不應視同完整或準確的內容。如果這個頁面的英文版與譯文之間發生任何牴觸,將受英文版規範及管轄。 查看這個頁面的英文版。