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
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:
Seems like running
fastdup.create_similarity_gallery(os.path.join(results_dir, 'similarity.csv'), results_dir, num_images=100, descending=False)
andfastdup.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:fastdup version: 0.190
Thanks!