Open wonny2001 opened 7 years ago
there are "Unresolved referenced 'faces'"
how can i resolve it?
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.
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)