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
e76190e8
Commit
e76190e8
authored
Jun 16, 2017
by
derekjchow
Committed by
Sergio Guadarrama
Jun 16, 2017
Browse files
Use spatial_squeeze=False for ResNet feature extractors. (#1586)
Fixes #1585
parent
daf4bf93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
object_detection/models/faster_rcnn_resnet_v1_feature_extractor.py
...tection/models/faster_rcnn_resnet_v1_feature_extractor.py
+1
-0
No files found.
object_detection/models/faster_rcnn_resnet_v1_feature_extractor.py
View file @
e76190e8
...
...
@@ -122,6 +122,7 @@ class FasterRCNNResnetV1FeatureExtractor(
is_training
=
False
,
global_pool
=
False
,
output_stride
=
self
.
_first_stage_features_stride
,
spatial_squeeze
=
False
,
scope
=
var_scope
)
handle
=
scope
+
'/%s/block3'
%
self
.
_architecture
...
...
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