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
e156b5b7
Commit
e156b5b7
authored
Sep 03, 2020
by
Sachin Joglekar
Committed by
TF Object Detection Team
Sep 03, 2020
Browse files
Fix documentation for checkpoint arg
PiperOrigin-RevId: 330016073
parent
81e4a36c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
research/object_detection/export_tflite_graph_tf2.py
research/object_detection/export_tflite_graph_tf2.py
+2
-2
research/object_detection/g3doc/running_on_mobile_tf2.md
research/object_detection/g3doc/running_on_mobile_tf2.md
+1
-1
No files found.
research/object_detection/export_tflite_graph_tf2.py
View file @
e156b5b7
...
...
@@ -41,7 +41,7 @@ Example Usage:
--------------
python object_detection/export_tflite_graph_tf2.py \
--pipeline_config_path path/to/ssd_model/pipeline.config \
--trained_checkpoint_
prefix
path/to/ssd_model/checkpoint \
--trained_checkpoint_
dir
path/to/ssd_model/checkpoint \
--output_directory path/to/exported_model_directory
The expected output SavedModel would be in the directory
...
...
@@ -57,7 +57,7 @@ Example Usage (in which we change the NMS iou_threshold to be 0.5 and
NMS score_threshold to be 0.0):
python object_detection/export_tflite_model_tf2.py \
--pipeline_config_path path/to/ssd_model/pipeline.config \
--trained_checkpoint_
prefix
path/to/ssd_model/checkpoint \
--trained_checkpoint_
dir
path/to/ssd_model/checkpoint \
--output_directory path/to/exported_model_directory
--config_override " \
model{ \
...
...
research/object_detection/g3doc/running_on_mobile_tf2.md
View file @
e156b5b7
...
...
@@ -50,7 +50,7 @@ To use the script:
# From the tensorflow/models/research/ directory
python object_detection/export_tflite_graph_tf2.py
\
--pipeline_config_path
path/to/ssd_model/pipeline.config
\
--trained_checkpoint_
prefix
path/to/ssd_model/checkpoint
\
--trained_checkpoint_
dir
path/to/ssd_model/checkpoint
\
--output_directory
path/to/exported_model_directory
```
...
...
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