Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f23cbec

Browse files
Update face_detectv2.py
1 parent 2a7cae4 commit f23cbec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Face-Detection/v2/face_detectv2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import cv2
33

44
#PATH of the FILE
5-
CLASSIFIER_PATH = "./Facedetection/haarcascade_frontalface_default.xml"
6-
EYEDETECTION_PATH = "./Facedetection/haarcascade_eye.xml"
5+
CLASSIFIER_PATH = "./Facedetection/v2/haarcascade_frontalface_default.xml"
6+
EYEDETECTION_PATH = "./Facedetection/v2/haarcascade_eye.xml"
77

88
# Live video capturing
99
cam = cv2.VideoCapture(0)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /