Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion research/object_detection/export_inference_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Prepares an object detection tensorflow graph for inference using model
configuration and a trained checkpoint. Outputs inference
graph, associated checkpoint files, a frozen inference graph and a
SavedModel (https://tensorflow.github.io/serving/serving_basic.html).
SavedModel (https://www.tensorflow.org/tfx/serving/serving_basic.html).

The inference graph contains one of three input nodes depending on the user
specified option.
Expand Down