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
A very useful repo - thanks! I have tested it with various sizes of YOLOv8 models and square images of different resolutions (64, 128, 256, 512, 640, 768, 1024 px). However, I encountered an issue when using the YOLOv8 small model with 640 x 640 images (as well as 768 px images). While the model trained and tested with 1024 px images showed slight improvement, it focused on very small areas (spots/patches) rather than the intended regions.
For 640 and px images, the model highlights most of the image except for the areas it should be paying attention to. I attempted to invert the activations (1 - activations), but the results were unsatisfactory. I trained the model using three different datasets, but all yielded similar outputs.
I don't think this is EigenCAM related as it worked with differently sized images, but, also, the YOLO models worked well with differently sized images. Do you have any suggestions? Has anyone notice something similar?
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered:
A very useful repo - thanks! I have tested it with various sizes of YOLOv8 models and square images of different resolutions (64, 128, 256, 512, 640, 768, 1024 px). However, I encountered an issue when using the YOLOv8 small model with 640 x 640 images (as well as 768 px images). While the model trained and tested with 1024 px images showed slight improvement, it focused on very small areas (spots/patches) rather than the intended regions.
For 640 and px images, the model highlights most of the image except for the areas it should be paying attention to. I attempted to invert the activations (1 - activations), but the results were unsatisfactory. I trained the model using three different datasets, but all yielded similar outputs.
I don't think this is EigenCAM related as it worked with differently sized images, but, also, the YOLO models worked well with differently sized images. Do you have any suggestions? Has anyone notice something similar?
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: