Open linggom opened 6 years ago
Guys, I found today that _face_area = frame[x1:x2, y1:y2, :] it should be _face_area = frame[y1:y2, x1:x2, :]
_face_area = frame[x1:x2, y1:y2, :]
_face_area = frame[y1:y2, x1:x2, :]
in file face_track_server.py because when I dump the image file, it will not created face
Guys, I found today that
_face_area = frame[x1:x2, y1:y2, :]
it should be_face_area = frame[y1:y2, x1:x2, :]
in file face_track_server.py because when I dump the image file, it will not created face