We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e5ec1 commit 2d40bf9Copy full SHA for 2d40bf9
main.py
@@ -45,7 +45,7 @@ def addPhoto(fileName, useHOG=False):
45
if (len(encodings) == 0):
46
print("[!] No face detected in the provided photo")
47
return
48
-
+
49
elif (len(encodings) > 1):
50
print("[!] More than one face detected in the provided photo")
51
0 commit comments