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
I'm working on a project where I trained a YOLOv8 model to find E.coli bacteria droplets on leaves. After using Grad-CAM on the YOLO model, which was 100% accurate, I noticed something unexpected. The areas without droplets are marked in red, and the areas with droplets are in blue, which means they're considered less important.
Does this mean the model is actually working well and just the color scheme is flipped, or did I make a mistake somewhere?
Here are the Grad-CAM results and the original image displayed side by side for comparison:
The text was updated successfully, but these errors were encountered:
Yes, it could mostly be related to a switch in RGB channels. OpenCV has a common issue of considering a different order of channels than other packages, so if you're using two different packages for the same image, considering this might help.
I'm working on a project where I trained a YOLOv8 model to find E.coli bacteria droplets on leaves. After using Grad-CAM on the YOLO model, which was 100% accurate, I noticed something unexpected. The areas without droplets are marked in red, and the areas with droplets are in blue, which means they're considered less important.
Does this mean the model is actually working well and just the color scheme is flipped, or did I make a mistake somewhere?
Here are the Grad-CAM results and the original image displayed side by side for comparison:
The text was updated successfully, but these errors were encountered: