TensorFlow 2.0 オブジェクト検出 API モデルのOpenVINOバージョンに対応しています。
- 変換されたカスタム TensorFlow 2 モデル mask_rcnn_inception_resnet_v2_1024x1024_coco17 モデル・オプティマイザー・コマンドを使用して IR にアクセスします。
メモ 上記のリンクにより、ファイルが正しくダウンロードされない場合があります。ファイルを開くためには、リンクをコピー(右クリックしてリンクアドレスをコピー)し、リンクを直接ブラウザに貼り付ける必要がある場合があります。 "Exception: Exception occurred during running replacer "REPLACEMENT_ID ()": The function 'update_custom_layer_attributes' must be implemented in the sub-class."
python mo_tf.py
--saved_model_dir C:\DATASETS\mask50000\exports\saved_model
--output_dir C:\DATASETS\mask50000
--reverse_input_channels
--tensorflow_custom_operations_config extensions\front\tf\mask_rcnn_support_api_v2.4.json
--tensorflow_object_detection_api_pipeline_config C:\DATASETS\mask50000\exports\pipeline.config
--log_level=DEBUG
- 受信エラー:
"Exception: Exception occurred during running replacer "REPLACEMENT_ID ()": The function 'update_custom_layer_attributes' must be implemented in the sub-class."
TensorFlow 2.0 オブジェクト検出 API モデルのサポートは、2021.3 OpenVINO以降のみ完全に有効になっています。
2021.3 以降のバージョンOpenVINOにアップグレードしてください。