Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
91fbd5c5
Commit
91fbd5c5
authored
Sep 18, 2017
by
derekjchow
Committed by
GitHub
Sep 18, 2017
Browse files
Merge pull request #2373 from prats226/patch-1
Update running_pets.md
parents
dd9a81c0
3141ea44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
object_detection/g3doc/running_pets.md
object_detection/g3doc/running_pets.md
+2
-2
No files found.
object_detection/g3doc/running_pets.md
View file @
91fbd5c5
...
@@ -296,8 +296,8 @@ gsutil cp gs://${YOUR_GCS_BUCKET}/train/model.ckpt-${CHECKPOINT_NUMBER}.* .
...
@@ -296,8 +296,8 @@ gsutil cp gs://${YOUR_GCS_BUCKET}/train/model.ckpt-${CHECKPOINT_NUMBER}.* .
python object_detection/export_inference_graph.py
\
python object_detection/export_inference_graph.py
\
--input_type
image_tensor
\
--input_type
image_tensor
\
--pipeline_config_path
object_detection/samples/configs/faster_rcnn_resnet101_pets.config
\
--pipeline_config_path
object_detection/samples/configs/faster_rcnn_resnet101_pets.config
\
--checkpoint_p
ath
model.ckpt-
${
CHECKPOINT_NUMBER
}
\
--
trained_
checkpoint_p
refix
model.ckpt-
${
CHECKPOINT_NUMBER
}
\
--
inference_graph_path
output_inference_graph.pb
--
output_directory
output_inference_graph.pb
```
```
Afterwards, you should see a graph named
`output_inference_graph.pb`
.
Afterwards, you should see a graph named
`output_inference_graph.pb`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment