(23条消息)Movidius VPU移植ssd_mobilenet问题记录 - 搬砖之路的专栏 - 优快云博客
https://blog.youkuaiyun.com/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
不要用 我曾经一次在 英特尔 他们的 技术交流会给的 错误指南,如下
最后输出结果如下: