"docs/en/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "2447092d00e21dd62ccc1c6ee0c768db41ea1344"
Unverified Commit b43418ad authored by Yiming Shi's avatar Yiming Shi Committed by GitHub
Browse files

remove extraeneous spaces (#8762)

parent d4480696
......@@ -199,7 +199,7 @@ class FasterRCNNResnetV1FpnKerasFeatureExtractor(
self._conv_hyperparams.build_activation_layer(
name=layer_name))
self._coarse_feature_layers.append(layers)
feature_maps = []
for level in range(self._fpn_min_level, self._base_fpn_max_level + 1):
feature_maps.append(fpn_features['top_down_block{}'.format(level-1)])
......
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