Unverified Commit 47627605 authored by puhuk's avatar puhuk Committed by GitHub
Browse files

Fix typo in plot_visualization_utils.py (#4340)

parent 3a7e5e38
...@@ -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.
......
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