Commit 8d1f8df8 authored by JongYoon Lim's avatar JongYoon Lim
Browse files

fix typo

parent db74c7e6
...@@ -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