Commit 7140eede authored by syiming's avatar syiming
Browse files

fix coding style

parent 8db480c9
...@@ -43,7 +43,7 @@ class FasterRCNNResnetV1FPNKerasFeatureExtractorTest(tf.test.TestCase): ...@@ -43,7 +43,7 @@ class FasterRCNNResnetV1FPNKerasFeatureExtractorTest(tf.test.TestCase):
text_format.Merge(conv_hyperparams_text_proto, conv_hyperparams) text_format.Merge(conv_hyperparams_text_proto, conv_hyperparams)
return hyperparams_builder.KerasLayerHyperparams(conv_hyperparams) return hyperparams_builder.KerasLayerHyperparams(conv_hyperparams)
def _build_feature_extractor(self, architecture='resnet_v1_50'): def _build_feature_extractor(self):
return frcnn_res_fpn.FasterRCNNResnet50FPNKerasFeatureExtractor( return frcnn_res_fpn.FasterRCNNResnet50FPNKerasFeatureExtractor(
is_training=False, is_training=False,
conv_hyperparams=self._build_conv_hyperparams(), conv_hyperparams=self._build_conv_hyperparams(),
......
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