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
54115e16
Commit
54115e16
authored
Oct 25, 2021
by
Vishnu Banna
Browse files
minor updates
parent
875f3761
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/beta/projects/yolo/dataloaders/yolo_input_test.py
.../vision/beta/projects/yolo/dataloaders/yolo_input_test.py
+1
-1
No files found.
official/vision/beta/projects/yolo/dataloaders/yolo_input_test.py
View file @
54115e16
...
...
@@ -66,7 +66,7 @@ def test_yolo_pipeline_visually(is_training=True, num=30):
data
=
data
.
take
(
num
)
for
l
,
(
image
,
label
)
in
enumerate
(
data
):
image
=
tf
.
image
.
draw_bounding_boxes
(
image
,
label
[
'bbox'
],
[[
1
.0
,
0
.0
,
1.0
]])
image
,
label
[
'bbox'
],
[[
0
.0
,
1
.0
,
1.0
]])
gt
=
label
[
'true_conf'
]
...
...
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