-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
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. |
I tried it and it does not show some images |
Jpeg thumbnail reader? |
Yep |
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? |
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 |
I haven't fully read how it is implemented but I assume these images shouldn't be similar?
It is just a small chunk of a single cluster. That cluster treats 1k+ images as similar
The text was updated successfully, but these errors were encountered: