Unverified Commit a9e15bd9 authored by srihari-humbarwadi's avatar srihari-humbarwadi
Browse files

removed Todo

parent 0eb186e9
......@@ -178,8 +178,7 @@ def build_panoptic_deeplab(
if model_config.shared_decoder:
instance_decoder = None
else:
# TODO(srihari-humbarwadi): decouple semantic and
# instance decoder types
# semantic and instance share the same decoder type
instance_decoder = decoder_factory.build_decoder(
input_specs=backbone.output_specs,
model_config=model_config,
......
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