idealo / imagededup

😎 Finding duplicate images made easy!
https://idealo.github.io/imagededup/
Apache License 2.0
5.15k stars 455 forks source link

A problem with the input parameter retrieved_duplicates of the avg_prec method #152

Open boanz opened 3 years ago

boanz commented 3 years ago

The input retrieved_duplicates seems to be unordered. The metric of MAP is related to the order of input. Please let me know if I have misunderstood.

uly94 commented 3 years ago

Yes, duplicates are unordered, they are printed/visualized according to the order of input images in the directory. Indeed now I'm trying to find a way to order duplicates according to their cosine similarity scores (that would have more sense).