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
17821c0d
Commit
17821c0d
authored
Jul 29, 2020
by
syiming
Browse files
fix doc string for get_box_classifier_feature_extractor_model
parent
bd27aa70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/object_detection/models/faster_rcnn_resnet_v1_fpn_keras_feature_extractor.py
...dels/faster_rcnn_resnet_v1_fpn_keras_feature_extractor.py
+1
-1
No files found.
research/object_detection/models/faster_rcnn_resnet_v1_fpn_keras_feature_extractor.py
View file @
17821c0d
...
@@ -286,7 +286,7 @@ class FasterRCNNResnetV1FpnKerasFeatureExtractor(
...
@@ -286,7 +286,7 @@ class FasterRCNNResnetV1FpnKerasFeatureExtractor(
And returns proposal_classifier_features:
And returns proposal_classifier_features:
A 4-D float tensor with shape
A 4-D float tensor with shape
[batch_size * self.max_num_proposals, 1024]
[batch_size * self.max_num_proposals,
1, 1,
1024]
representing box classifier features for each proposal.
representing box classifier features for each proposal.
"""
"""
with
tf
.
name_scope
(
name
):
with
tf
.
name_scope
(
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