Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
a9e15bd9
"tests/vscode:/vscode.git/clone" did not exist on "6427aa995e0c03c1c1a635cd6af8e365f47541a8"
Unverified
Commit
a9e15bd9
authored
Apr 29, 2022
by
srihari-humbarwadi
Browse files
removed Todo
parent
0eb186e9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
official/vision/beta/projects/panoptic_maskrcnn/modeling/factory.py
...ision/beta/projects/panoptic_maskrcnn/modeling/factory.py
+1
-2
No files found.
official/vision/beta/projects/panoptic_maskrcnn/modeling/factory.py
View file @
a9e15bd9
...
@@ -178,8 +178,7 @@ def build_panoptic_deeplab(
...
@@ -178,8 +178,7 @@ def build_panoptic_deeplab(
if
model_config
.
shared_decoder
:
if
model_config
.
shared_decoder
:
instance_decoder
=
None
instance_decoder
=
None
else
:
else
:
# TODO(srihari-humbarwadi): decouple semantic and
# semantic and instance share the same decoder type
# instance decoder types
instance_decoder
=
decoder_factory
.
build_decoder
(
instance_decoder
=
decoder_factory
.
build_decoder
(
input_specs
=
backbone
.
output_specs
,
input_specs
=
backbone
.
output_specs
,
model_config
=
model_config
,
model_config
=
model_config
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment