Commit 0f97888b authored by derekjchow's avatar derekjchow Committed by GitHub
Browse files

Merge pull request #2344 from lime62/fix_typo_md

Fix typo of g3doc
parents 0224ee0e 8d1f8df8
...@@ -12,7 +12,7 @@ command from tensorflow/models/object_detection: ...@@ -12,7 +12,7 @@ command from tensorflow/models/object_detection:
``` bash ``` bash
# From tensorflow/models # From tensorflow/models
python object_detection/export_inference_graph \ python object_detection/export_inference_graph.py \
--input_type image_tensor \ --input_type image_tensor \
--pipeline_config_path ${PIPELINE_CONFIG_PATH} \ --pipeline_config_path ${PIPELINE_CONFIG_PATH} \
--trained_checkpoint_prefix ${TRAIN_PATH} \ --trained_checkpoint_prefix ${TRAIN_PATH} \
......
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