質問編集履歴

1

実行コマンドを追加しました。

2020/10/27 08:38

投稿

_0706
_0706

スコア0

test CHANGED
File without changes
test CHANGED
@@ -4,9 +4,13 @@
4
4
 
5
5
  Tensorflowで自前のデータを用いて学習させてできたfrozen_inference_graph.pbファイルを、openvinoを用いてIR形式(xml,bin)に変換したいです。
6
6
 
7
+ このようなコマンドで実行しました。
8
+
9
+ python3 mo_tf.py --input_model /home/space/models/research/exported_graphs/frozen_inference_graph.pb --tensorflow_use_custom_operations_config /opt/intel/openvino/deployment_tools/model_optimizer/extensions/front/tf/ssd_support_api_v1.14.json --tensorflow_object_detection_api_pipeline_config /home/space/models/research/exported_graphs/pipeline.config --reverse_input_channels --data_type FP16
7
10
 
8
11
 
12
+
9
- 以下のコードでエラーメッセージが発生しました。
13
+ 以下のコード(mo_tf.py)でエラーメッセージが発生しました。
10
14
 
11
15
 
12
16