emotion-recognition-neural-networks icon indicating copy to clipboard operation
emotion-recognition-neural-networks copied to clipboard

Draw face in frame not worked

Open wonny2001 opened this issue 7 years ago • 1 comments

there are "Unresolved referenced 'faces'"

how can i resolve it?

Draw face in frame

for (x,y,w,h) in faces: cv2.rectangle(frame, (x,y), (x+w,y+h), (255,0,0), 2)

wonny2001 avatar Sep 09 '17 07:09 wonny2001

@wonny2001 probably because "faces" was not in the scope of your call.

AdrienPlayerium avatar Sep 19 '17 23:09 AdrienPlayerium