fixed BUG-90 (not finding best match, but last match)
This commit is contained in:
@@ -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
|
||||
|
||||
####################################################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user