Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YOLOv8 small model and 640 x 640 images #29

Open
g2-bernotas opened this issue Feb 7, 2025 · 0 comments
Open

YOLOv8 small model and 640 x 640 images #29

g2-bernotas opened this issue Feb 7, 2025 · 0 comments

Comments

@g2-bernotas
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant