otaha178 / Emotion-recognition

Real time emotion recognition
MIT License
1.09k stars 364 forks source link

How can we use it for multiple faces ? #49

Open hamzanaeem1999 opened 3 years ago

hamzanaeem1999 commented 3 years ago

If there is multiple faces , it is not displaying output for all faces , How can we use it for multiple faces ?

lzifeng commented 3 years ago

change this line: faces = face_detection.detectMultiScale(gray, scaleFactor=1.1, minNeighbors=5, minSize=(30, 30), flags=cv2.HOUGH_MULTI_SCALE) # CASCADE_SCALE_IMAGE

Karan-Nagure commented 1 month ago
Details

bug