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

Wrong images matched? #3

Open
kapitanluffy opened this issue May 13, 2024 · 6 comments
Open

Wrong images matched? #3

kapitanluffy opened this issue May 13, 2024 · 6 comments

Comments

@kapitanluffy
Copy link

I haven't fully read how it is implemented but I assume these images shouldn't be similar?

image

It is just a small chunk of a single cluster. That cluster treats 1k+ images as similar

@vitali-fedulov
Copy link
Owner

vitali-fedulov commented May 13, 2024

I suspect these images have identical but incorrect EXIF thumbnails. To see the thumbnails, use the Jpeg thumbnail reader: https://vitali-fedulov.github.io/similar.pictures/jpeg-thumbnail-reader.html

Try to run image clustering with disabled box "Option to accelerate the search" and let me know. When the option is disabled, images are fully read, and the results should be as expected.

@kapitanluffy
Copy link
Author

I tried it and it does not show some images

@vitali-fedulov
Copy link
Owner

Jpeg thumbnail reader?

@kapitanluffy
Copy link
Author

Jpeg thumbnail reader?

Yep

@vitali-fedulov
Copy link
Owner

vitali-fedulov commented May 15, 2024

Correct. Jpeg thumbnail reader uses a very simple EXIF reading algorithm. For some images it does not work. I am not planning to fix it, as it is not commonly used, if at all.

In relation to your initial comment - have you tried clustering with disabled box "Option to accelerate the search"? Did it work correctly?

@kapitanluffy
Copy link
Author

Yes I tried that also. I think I know the problem now. Maybe because there's an all-black image. Here's a small sample of images that were grouped as similar

similar_pictures_test.zip

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

2 participants