isseu/emotion-recognition-neural-networks

Draw face in frame not worked

Opened this issue · 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 probably because "faces" was not in the scope of your call.