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
fd015075
Commit
fd015075
authored
May 06, 2022
by
Abdullah Rashwan
Committed by
A. Unique TensorFlower
May 06, 2022
Browse files
Internal change
PiperOrigin-RevId: 447027442
parent
d8d53ba8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/beta/projects/yolo/modeling/decoders/yolo_decoder.py
...sion/beta/projects/yolo/modeling/decoders/yolo_decoder.py
+1
-1
No files found.
official/vision/beta/projects/yolo/modeling/decoders/yolo_decoder.py
View file @
fd015075
...
@@ -613,7 +613,7 @@ def build_yolo_decoder(
...
@@ -613,7 +613,7 @@ def build_yolo_decoder(
'{yolo_model.YOLO_MODELS[decoder_cfg.version].keys()}'
'{yolo_model.YOLO_MODELS[decoder_cfg.version].keys()}'
'or specify a custom decoder config using YoloDecoder.'
)
'or specify a custom decoder config using YoloDecoder.'
)
base_model
=
YOLO_MODELS
[
decoder_cfg
.
version
][
decoder_cfg
.
type
]
base_model
=
YOLO_MODELS
[
decoder_cfg
.
version
][
decoder_cfg
.
type
]
.
copy
()
cfg_dict
=
decoder_cfg
.
as_dict
()
cfg_dict
=
decoder_cfg
.
as_dict
()
for
key
in
base_model
:
for
key
in
base_model
:
...
...
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