Skip to content

Commit

Permalink
reduce cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
haverland committed Oct 22, 2022
1 parent 8cb4a2b commit 8e81bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collectmeterdigits/collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def remove_similar_images(image_filenames, meter, hashfunc = imagehash.average_h
'''
images = []
count = 0
cutoff = 5 # maximum bits that could be different between the hashes.
cutoff = 3 # maximum bits that could be different between the hashes.
print(f"Find similar images now in {len(image_filenames)} images ..." )

datum = date.today().strftime("%Y-%m-%d")
Expand Down

0 comments on commit 8e81bf3

Please sign in to comment.