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
OpenDAS
vision
Commits
47627605
Unverified
Commit
47627605
authored
Sep 01, 2021
by
puhuk
Committed by
GitHub
Sep 01, 2021
Browse files
Fix typo in plot_visualization_utils.py (#4340)
parent
3a7e5e38
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gallery/plot_visualization_utils.py
gallery/plot_visualization_utils.py
+1
-1
No files found.
gallery/plot_visualization_utils.py
View file @
47627605
...
@@ -343,7 +343,7 @@ show(draw_segmentation_masks(dog1_int, dog1_bool_masks, alpha=0.9))
...
@@ -343,7 +343,7 @@ show(draw_segmentation_masks(dog1_int, dog1_bool_masks, alpha=0.9))
print
(
dog1_output
[
'scores'
])
print
(
dog1_output
[
'scores'
])
#####################################
#####################################
# Clearly the model is
less
confident about the dog detection than it is about
# Clearly the model is
more
confident about the dog detection than it is about
# the people detections. That's good news. When plotting the masks, we can ask
# the people detections. That's good news. When plotting the masks, we can ask
# for only those that have a good score. Let's use a score threshold of .75
# for only those that have a good score. Let's use a score threshold of .75
# here, and also plot the masks of the second dog.
# here, and also plot the masks of the second dog.
...
...
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