We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b109b6f commit 877b0eaCopy full SHA for 877b0ea
face_detection_app.py
@@ -4,7 +4,7 @@
4
from PIL import Image, ImageColor, ImageOps
5
import os
6
7
-def face_detection(image, confidence=0.60):
+def face_detection(image, confidence=0.50):
8
9
# load dnn caffe model
10
PROTOTXT = "deploy.prototxt.txt"
0 commit comments