美文网首页
使用OpenVINO转换faster_rcnn_inceptio

使用OpenVINO转换faster_rcnn_inceptio

作者: LabVIEW_Python | 来源:发表于2021-06-21 20:39 被阅读0次

faster_rcnn_inception_v2_coco_2018_01_28模型下载地址:TensorFlow 1 Detection Model Zoo

OpenVINO版本:2021.3

第一步:新建tf1_ov虚拟环境,注意Python=3.6。选择3.7或3.8会导致install_prerequisites_tf.bat安装tensorflow版本出错。在pip库中,tensorflow 1.15支持的Python版本最高为3.6

第二步:运行install_prerequisites_tf.bat,配置model optimizer的运行环境

第三步,执行命令:python mo_tf.py --input_model C:\Users\jzhang6\Documents\model\faster_rcnn_inception_tf1\frozen_inference_graph.pb --tensorflow_object_detection_api_pipeline_config C:\Users\jzhang6\Documents\model\faster_rcnn_inception_tf1\pipeline.config --output_dir C:\Users\jzhang6\Documents\model\faster_rcnn_inception_tf1 --model_name faster_rcnn_tf1_ov --transformations_config extensions\front\tf\faster_rcnn_support.json

完成模型转换。 模型转换成功

相关文章

网友评论

      本文标题:使用OpenVINO转换faster_rcnn_inceptio

      本文链接:https://www.haomeiwen.com/subject/qgkuyltx.html