emotion-recognition-neural-networks
emotion-recognition-neural-networks copied to clipboard
Draw face in frame not worked
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.