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
220b7e0c
Unverified
Commit
220b7e0c
authored
Jul 20, 2018
by
achowdhery
Committed by
GitHub
Jul 20, 2018
Browse files
Update export_tflite_ssd_graph.py
parent
15b33360
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
research/object_detection/export_tflite_ssd_graph.py
research/object_detection/export_tflite_ssd_graph.py
+2
-2
No files found.
research/object_detection/export_tflite_ssd_graph.py
View file @
220b7e0c
...
@@ -40,10 +40,10 @@ If add_postprocessing_op is true: frozen graph adds a
...
@@ -40,10 +40,10 @@ If add_postprocessing_op is true: frozen graph adds a
TFLite_Detection_PostProcess custom op node has four outputs:
TFLite_Detection_PostProcess custom op node has four outputs:
detection_boxes: a float32 tensor of shape [1, num_boxes, 4] with box
detection_boxes: a float32 tensor of shape [1, num_boxes, 4] with box
locations
locations
detection_scores: a float32 tensor of shape [1, num_boxes]
with class scores
detection_classes: a float32 tensor of shape [1, num_boxes]
detection_classes: a float32 tensor of shape [1, num_boxes]
with class indices
with class indices
detection_scores: a float32 tensor of shape [1, num_boxes]
with class scores
num_boxes: a float32 tensor of size 1 containing the number of detected boxes
num_boxes: a float32 tensor of size 1 containing the number of detected boxes
else:
else:
the graph has two outputs:
the graph has two outputs:
...
...
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