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
0e59ecc7
"sgl-kernel/git@developer.sourcefind.cn:change/sglang.git" did not exist on "8e9fb43d825508dfacd6b970f19337eb2f755a7a"
Commit
0e59ecc7
authored
Jun 30, 2020
by
syiming
Browse files
change unittest since default max_fpn_level is change to 6
parent
2e13b9a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
research/object_detection/models/faster_rcnn_resnet_v1_fpn_keras_feature_extractor_tf2_test.py
...er_rcnn_resnet_v1_fpn_keras_feature_extractor_tf2_test.py
+0
-2
No files found.
research/object_detection/models/faster_rcnn_resnet_v1_fpn_keras_feature_extractor_tf2_test.py
View file @
0e59ecc7
...
...
@@ -65,7 +65,6 @@ class FasterRCNNResnetV1FpnKerasFeatureExtractorTest(tf.test.TestCase):
self
.
assertAllEqual
(
features_shapes
[
2
].
numpy
(),
[
2
,
28
,
28
,
256
])
self
.
assertAllEqual
(
features_shapes
[
3
].
numpy
(),
[
2
,
14
,
14
,
256
])
self
.
assertAllEqual
(
features_shapes
[
4
].
numpy
(),
[
2
,
7
,
7
,
256
])
self
.
assertAllEqual
(
features_shapes
[
5
].
numpy
(),
[
2
,
4
,
4
,
256
])
def
test_extract_proposal_features_half_size_input
(
self
):
feature_extractor
=
self
.
_build_feature_extractor
()
...
...
@@ -81,7 +80,6 @@ class FasterRCNNResnetV1FpnKerasFeatureExtractorTest(tf.test.TestCase):
self
.
assertAllEqual
(
features_shapes
[
2
].
numpy
(),
[
2
,
14
,
14
,
256
])
self
.
assertAllEqual
(
features_shapes
[
3
].
numpy
(),
[
2
,
7
,
7
,
256
])
self
.
assertAllEqual
(
features_shapes
[
4
].
numpy
(),
[
2
,
4
,
4
,
256
])
self
.
assertAllEqual
(
features_shapes
[
5
].
numpy
(),
[
2
,
2
,
2
,
256
])
def
test_extract_box_classifier_features_returns_expected_size
(
self
):
feature_extractor
=
self
.
_build_feature_extractor
()
...
...
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