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
a8acb021
Commit
a8acb021
authored
Jul 09, 2020
by
Kaushik Shivakumar
Browse files
latest
parent
e8ad00ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/object_detection/dataset_tools/context_rcnn/generate_embedding_data.py
...ion/dataset_tools/context_rcnn/generate_embedding_data.py
+1
-1
No files found.
research/object_detection/dataset_tools/context_rcnn/generate_embedding_data.py
View file @
a8acb021
...
@@ -103,7 +103,7 @@ class GenerateEmbeddingDataFn(beam.DoFn):
...
@@ -103,7 +103,7 @@ class GenerateEmbeddingDataFn(beam.DoFn):
self
.
_session
,
[
tf
.
saved_model
.
tag_constants
.
SERVING
],
self
.
_session
,
[
tf
.
saved_model
.
tag_constants
.
SERVING
],
self
.
_model_dir
)
self
.
_model_dir
)
signature
=
meta_graph
.
signature_def
[
'serving_default'
]
signature
=
meta_graph
.
signature_def
[
'serving_default'
]
input_tensor_name
=
signature
.
inputs
[
'input
s
'
].
name
input_tensor_name
=
signature
.
inputs
[
'input
_tensor
'
].
name
detection_features_name
=
signature
.
outputs
[
'detection_features'
].
name
detection_features_name
=
signature
.
outputs
[
'detection_features'
].
name
detection_boxes_name
=
signature
.
outputs
[
'detection_boxes'
].
name
detection_boxes_name
=
signature
.
outputs
[
'detection_boxes'
].
name
num_detections_name
=
signature
.
outputs
[
'num_detections'
].
name
num_detections_name
=
signature
.
outputs
[
'num_detections'
].
name
...
...
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