Closed vyaslkv closed 4 years ago
Uhmm can you provide us with a working example like some samples of your images and also the code that you use? Otherwise we are not able to help...
Thanks @datitran for responding
these are the images & I am using the standard code which is given in your examples in this repo
Like in this I want to detect last two as duplicates or identical
@vyaslkv If I understand you correctly, you ran the standard phash readme code and got a dictionary back where no duplicates were found?
You can try to vary the corresponding threshold parameters for hashing and cnn methods to see which threshold works best for you. You can additionally use the score
attribute to see the extent of difference/similarity between the pair of images you ascertain to be duplicates.
Please refer the documentation for these: https://idealo.github.io/imagededup/
Thanks, @tanujjain Let me check again. (Really Thanks to all of you for the quick help I really appreciate)
@vyaslkv Gave your images a try with default settings for phash and cnn. The images were found to be duplicates in both cases as expected. So, closing the issue.
Please help how could I find duplicates in such type of images (have tried both the methods cnn & hash)