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.
1 parent 09a32f3 commit edbf38bCopy full SHA for edbf38b
object_detection/g3doc/exporting_models.md
@@ -15,8 +15,8 @@ command from tensorflow/models/object_detection:
15
python object_detection/export_inference_graph \
16
--input_type image_tensor \
17
--pipeline_config_path ${PIPELINE_CONFIG_PATH} \
18
- --checkpoint_path model.ckpt-${CHECKPOINT_NUMBER} \
19
- --inference_graph_path output_inference_graph.pb
+ --trained_checkpoint_prefix ${TRAIN_PATH} \
+ --output_directory output_inference_graph.pb
20
```
21
22
Afterwards, you should see a graph named output_inference_graph.pb.
0 commit comments