-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconvert-03.sh
executable file
·22 lines (16 loc) · 1.16 KB
/
convert-03.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh
## python /opt/intel/openvino/deployment_tools/model_optimizer/mo.py \
## --input_model=/home/workspace/model/frozen_inference_graph.pb \
## --tensorflow_object_detection_api_pipeline_config /home/workspace/model/pipeline.config \
## --reverse_input_channels \
## --tensorflow_use_custom_operations_config /opt/intel/openvino/deployment_tools/model_optimizer/extensions/front/tf/ssd_v2_support.json
##python /opt/intel/openvino/deployment_tools/model_optimizer/mo.py \
##--input_model model-03/frozen_inference_graph.pb \
##--tensorflow_object_detection_api_pipeline_config model-03/pipeline.config \
##--reverse_input_channels \
##--tensorflow_use_custom_operations_config /opt/intel/openvino/deployment_tools/model_optimizer/extensions/front/tf/faster_rcnn_support.json
python /opt/intel/openvino/deployment_tools/model_optimizer/mo.py \
--input_model model-03/frozen_inference_graph.pb \
--tensorflow_object_detection_api_pipeline_config model-03/pipeline.config \
--output=detection_boxes,detection_scores,num_detections \
--tensorflow_use_custom_operations_config /opt/intel/openvino/deployment_tools/model_optimizer/extensions/front/tf/faster_rcnn_support.json