Openvino笔记

 

python mo_tf.py --input_model D:\AI\ssd_mobilenet_v2_coco_2018_03_29\ssd_mobilenet_v2_coco_2018_03_29\ssd_mobilenet_v2_coco_2018_03_29\frozen_inference_graph.pb --tensorflow_use_custom_operations_config C:\Intel\openvino_2019.3.379\deployment_tools\model_optimizer\extensions\front\tf ssd_support.json --tensorflow_object_detection_api_pipeline_config d:\pipeline_config --output=detection_boxes,detection_scores,num_detections  --data_type FP32

模型转换代码

https://blog.csdn.net/bleedingfight/article/details/86259268

http://www.pythonheidong.com/blog/article/10926/

你可能感兴趣的:(Openvino笔记)