Skip to content

Commit

Permalink
preview window
Browse files Browse the repository at this point in the history
bump pyinstalller
bump scikit-learn
version 2 pre-release
  • Loading branch information
PJDude committed May 22, 2024
1 parent fd51d22 commit d9b3525
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 57 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pyinstaller==6.6.0
pyinstaller==6.7.0
appdirs==1.4.4
send2trash==1.8.3
zstandard==0.22.0
nuitka==2.2.3
tkinterdnd2==0.3.0
imagehash==4.3.1
pillow==10.3.0
scikit-learn==1.4.2
scikit-learn==1.5.0
1 change: 1 addition & 0 deletions src/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ def similarity_clustering(self,hash_size,distance,all_rotations):
pool.append(imagehash)
keys.append( key )


de_norm_distance = distance*hash_size*0.33*0.25+0.001

self.info_line = self.info = 'Clustering ...'
Expand Down
Loading

0 comments on commit d9b3525

Please sign in to comment.