We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7cae4 commit f23cbecCopy full SHA for f23cbec
Face-Detection/v2/face_detectv2.py
@@ -2,8 +2,8 @@
2
import cv2
3
4
#PATH of the FILE
5
-CLASSIFIER_PATH = "./Facedetection/haarcascade_frontalface_default.xml"
6
-EYEDETECTION_PATH = "./Facedetection/haarcascade_eye.xml"
+CLASSIFIER_PATH = "./Facedetection/v2/haarcascade_frontalface_default.xml"
+EYEDETECTION_PATH = "./Facedetection/v2/haarcascade_eye.xml"
7
8
# Live video capturing
9
cam = cv2.VideoCapture(0)
0 commit comments