fixed BUG-90 (not finding best match, but last match)

This commit is contained in:
2022-07-10 20:09:22 +10:00
parent b9359b4680
commit 37bea367f5
2 changed files with 1 additions and 4 deletions

View File

@@ -1993,6 +1993,7 @@ def FindBestFaceMatch( dist, threshold ):
which_r=who
which_f=fid
which_fd=dist[who][fid][0]
lowest=which_fd
return which_r, which_f, which_fd
####################################################################################################################################