使用 Tensorflow 2.4 型號執行的正確組態檔案。
- 下載 ssd_mobilenet_v2_fpnlite_640x640_coco17_tpu-8 型號。
- 使用時將模型轉換為中間表示 (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] - 遇到錯誤: [ 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 版本,請參閱各自的 組態檔案。