"examples/git@developer.sourcefind.cn:OpenDAS/apex.git" did not exist on "5b29cc13999a64e231cfc6cbe4ee6f35a57d4451"
Unverified Commit ea8cc8cf authored by Yiming Shi's avatar Yiming Shi Committed by GitHub
Browse files

Update faster_rcnn_resnet_v1_fpn_keras_feature_extractor.py

Fix typo
parent 0cceabfc
...@@ -77,8 +77,7 @@ class _ResnetFPN(tf.keras.layers.Layer): ...@@ -77,8 +77,7 @@ class _ResnetFPN(tf.keras.layers.Layer):
feature_maps: A list of tensors with shape [batch, height, width, depth] feature_maps: A list of tensors with shape [batch, height, width, depth]
represent extracted features. represent extracted features.
""" """
inputs = inputs = ops.pad_to_multiple(inputs, self.pad_to_multiple)
.pad_to_multiple(inputs, self.pad_to_multiple)
backbone_outputs = self.classification_backbone(inputs) backbone_outputs = self.classification_backbone(inputs)
feature_block_list = [] feature_block_list = []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment