We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If there is multiple faces , it is not displaying output for all faces , How can we use it for multiple faces ?
The text was updated successfully, but these errors were encountered:
change this line: faces = face_detection.detectMultiScale(gray, scaleFactor=1.1, minNeighbors=5, minSize=(30, 30), flags=cv2.HOUGH_MULTI_SCALE) # CASCADE_SCALE_IMAGE
Sorry, something went wrong.
bug
No branches or pull requests
If there is multiple faces , it is not displaying output for all faces , How can we use it for multiple faces ?
The text was updated successfully, but these errors were encountered: