visual-layer / fastdup

fastdup is a powerful, free tool designed to rapidly generate valuable insights from image and video datasets. It helps enhance the quality of both images and labels, while significantly reducing data operation costs, all with unmatched scalability.
Other
1.6k stars 77 forks source link

[fastdup.create_similarity_gallery] Is descending argument supported? #59

Closed dimafrid closed 1 year ago

dimafrid commented 1 year ago

Seems like running fastdup.create_similarity_gallery(os.path.join(results_dir, 'similarity.csv'), results_dir, num_images=100, descending=False) and fastdup.create_similarity_gallery(os.path.join(results_dir, 'similarity.csv'), results_dir, num_images=100, descending=True) yield the same result, which is basically unordered:

Screen Shot 2023-01-01 at 19 19 56

fastdup version: 0.190

Thanks!

dnth commented 1 year ago

@dimafrid I'm using version 0.189 and it seems to work for me.

dbickson commented 1 year ago

Fixed in 0.195