"...resnet50_tensorflow.git" did not exist on "d626b9084570527f9cfb0bfc1ae4fe9ac2bcf86e"
Commit 4faea59a authored by syiming's avatar syiming
Browse files

remove extraeneous spaces

parent 0e59ecc7
......@@ -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