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
2e13b9a7
Commit
2e13b9a7
authored
Jun 30, 2020
by
syiming
Browse files
change the default max_fpn_level to 6
parent
70c974d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
research/object_detection/models/faster_rcnn_resnet_v1_fpn_keras_feature_extractor.py
...dels/faster_rcnn_resnet_v1_fpn_keras_feature_extractor.py
+4
-4
No files found.
research/object_detection/models/faster_rcnn_resnet_v1_fpn_keras_feature_extractor.py
View file @
2e13b9a7
...
@@ -45,7 +45,7 @@ class FasterRCNNResnetV1FpnKerasFeatureExtractor(
...
@@ -45,7 +45,7 @@ class FasterRCNNResnetV1FpnKerasFeatureExtractor(
batch_norm_trainable
=
False
,
batch_norm_trainable
=
False
,
weight_decay
=
0.0
,
weight_decay
=
0.0
,
fpn_min_level
=
2
,
fpn_min_level
=
2
,
fpn_max_level
=
7
,
fpn_max_level
=
6
,
additional_layer_depth
=
256
,
additional_layer_depth
=
256
,
override_base_feature_extractor_hyperparams
=
False
):
override_base_feature_extractor_hyperparams
=
False
):
"""Constructor.
"""Constructor.
...
@@ -256,7 +256,7 @@ class FasterRCNNResnet50FpnKerasFeatureExtractor(
...
@@ -256,7 +256,7 @@ class FasterRCNNResnet50FpnKerasFeatureExtractor(
batch_norm_trainable
=
False
,
batch_norm_trainable
=
False
,
weight_decay
=
0.0
,
weight_decay
=
0.0
,
fpn_min_level
=
2
,
fpn_min_level
=
2
,
fpn_max_level
=
7
,
fpn_max_level
=
6
,
additional_layer_depth
=
256
,
additional_layer_depth
=
256
,
override_base_feature_extractor_hyperparams
=
False
):
override_base_feature_extractor_hyperparams
=
False
):
"""Constructor.
"""Constructor.
...
@@ -296,7 +296,7 @@ class FasterRCNNResnet101FpnKerasFeatureExtractor(
...
@@ -296,7 +296,7 @@ class FasterRCNNResnet101FpnKerasFeatureExtractor(
batch_norm_trainable
=
False
,
batch_norm_trainable
=
False
,
weight_decay
=
0.0
,
weight_decay
=
0.0
,
fpn_min_level
=
2
,
fpn_min_level
=
2
,
fpn_max_level
=
7
,
fpn_max_level
=
6
,
additional_layer_depth
=
256
,
additional_layer_depth
=
256
,
override_base_feature_extractor_hyperparams
=
False
):
override_base_feature_extractor_hyperparams
=
False
):
"""Constructor.
"""Constructor.
...
@@ -337,7 +337,7 @@ class FasterRCNNResnet152FpnKerasFeatureExtractor(
...
@@ -337,7 +337,7 @@ class FasterRCNNResnet152FpnKerasFeatureExtractor(
batch_norm_trainable
=
False
,
batch_norm_trainable
=
False
,
weight_decay
=
0.0
,
weight_decay
=
0.0
,
fpn_min_level
=
2
,
fpn_min_level
=
2
,
fpn_max_level
=
7
,
fpn_max_level
=
6
,
additional_layer_depth
=
256
,
additional_layer_depth
=
256
,
override_base_feature_extractor_hyperparams
=
False
):
override_base_feature_extractor_hyperparams
=
False
):
"""Constructor.
"""Constructor.
...
...
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