Skip to content

Commit db74c7e

Browse files
authored
Merge pull request tensorflow#2330 from salisbury-espinosa/object-detection-export-model-doc
fix exporting model doc for object detection
2 parents 7c5fce1 + edbf38b commit db74c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

object_detection/g3doc/exporting_models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ command from tensorflow/models/object_detection:
1515
python object_detection/export_inference_graph \
1616
--input_type image_tensor \
1717
--pipeline_config_path ${PIPELINE_CONFIG_PATH} \
18-
--checkpoint_path model.ckpt-${CHECKPOINT_NUMBER} \
19-
--inference_graph_path output_inference_graph.pb
18+
--trained_checkpoint_prefix ${TRAIN_PATH} \
19+
--output_directory output_inference_graph.pb
2020
```
2121

2222
Afterwards, you should see a graph named output_inference_graph.pb.

0 commit comments

Comments
 (0)