You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we plot only the important section?
And after looking into the image, how can we describe which part is more important than other?
For example, in this image how can I say among those colored part which is more important? And is there any way to get only lets say the purple circle if that's more important?
I tried filtering the grayscale_cam image based on the values say keeping only those values greater than 0.9, and I get this:
And when I plot it into original Image I am getting other colors as well:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Can we plot only the important section?
And after looking into the image, how can we describe which part is more important than other?
For example, in this image how can I say among those colored part which is more important? And is there any way to get only lets say the purple circle if that's more important?
I tried filtering the grayscale_cam image based on the values say keeping only those values greater than 0.9, and I get this:
And when I plot it into original Image I am getting other colors as well:
cam_image_test = show_cam_on_image(rgb_img.squeeze(0), grayscale_, use_rgb=False)
Beta Was this translation helpful? Give feedback.
All reactions