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
c9bb58f2
Commit
c9bb58f2
authored
Jun 28, 2017
by
James Pruegsanusak
Browse files
Fix typo in obj detection's running_pets.md
parent
b02ab963
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
object_detection/g3doc/running_pets.md
object_detection/g3doc/running_pets.md
+1
-1
No files found.
object_detection/g3doc/running_pets.md
View file @
c9bb58f2
...
@@ -284,7 +284,7 @@ command from `tensorflow/models/object_detection`:
...
@@ -284,7 +284,7 @@ command from `tensorflow/models/object_detection`:
```
bash
```
bash
# From tensorflow/models
# From tensorflow/models
gsutil
cp
gs://
${
YOUR_GCS_BUCKET
}
/train/model.ckpt-
${
CHECKPOINT_NUMBER
}
.
*
.
gsutil
cp
gs://
${
YOUR_GCS_BUCKET
}
/train/model.ckpt-
${
CHECKPOINT_NUMBER
}
.
*
.
python object_detection/export_inference_graph
\
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_path
model.ckpt-
${
CHECKPOINT_NUMBER
}
\
--checkpoint_path
model.ckpt-
${
CHECKPOINT_NUMBER
}
\
...
...
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