We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0224ee0 + 8d1f8df commit 0f97888Copy full SHA for 0f97888
object_detection/g3doc/exporting_models.md
@@ -12,7 +12,7 @@ command from tensorflow/models/object_detection:
12
13
``` bash
14
# From tensorflow/models
15
-python object_detection/export_inference_graph \
+python object_detection/export_inference_graph.py \
16
--input_type image_tensor \
17
--pipeline_config_path ${PIPELINE_CONFIG_PATH} \
18
--trained_checkpoint_prefix ${TRAIN_PATH} \
0 commit comments