記錄一次成功把ssd_mobilenet移植英特爾Movidius VPU

(23條消息)Movidius VPU移植ssd_mobilenet問題記錄 - 搬磚之路的專欄 - CSDN博客
https://blog.csdn.net/bobpeter84/article/details/82685310

樓上這家好像沒有移植成功。主要是命令不對。

我記錄下我的方法。

首先在win10下是可以轉的。

前提是 用 powellshell ,記得用管理員方式打開。

進入OpenVINO的model_optmizer目錄下,同時建立文件夾爲ssd,

把ssd_mobilenet_v2.config及ssd_mobilenet_v2.pb複製到ssd文件夾下,在model_optmizer目錄下執行一下命令:

python mo_tf.py --input_model ssd/ssd_mobilenet_v2.pb --output=detection_boxes,detection_scores,num_detections --tensorflow_use_custom_operations_config extensions/front/tf/ssd_v2_support.json --tensorflow_object_detection_api_pipeline_config ssd/ssd_mobilenet_v2.config

不要用 我曾經一次在 英特爾 他們的 技術交流會給的 錯誤指南,如下

最後輸出結果如下:

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章