Commit db74c7e6 authored by derekjchow's avatar derekjchow Committed by GitHub
Browse files

Merge pull request #2330 from salisbury-espinosa/object-detection-export-model-doc

fix exporting model doc for object detection
parents 7c5fce18 edbf38b3
...@@ -15,8 +15,8 @@ command from tensorflow/models/object_detection: ...@@ -15,8 +15,8 @@ command from tensorflow/models/object_detection:
python object_detection/export_inference_graph \ python object_detection/export_inference_graph \
--input_type image_tensor \ --input_type image_tensor \
--pipeline_config_path ${PIPELINE_CONFIG_PATH} \ --pipeline_config_path ${PIPELINE_CONFIG_PATH} \
--checkpoint_path model.ckpt-${CHECKPOINT_NUMBER} \ --trained_checkpoint_prefix ${TRAIN_PATH} \
--inference_graph_path output_inference_graph.pb --output_directory output_inference_graph.pb
``` ```
Afterwards, you should see a graph named output_inference_graph.pb. Afterwards, you should see a graph named output_inference_graph.pb.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment