We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any reason why not use cropped_faces in face_detector.py? There seem to only save the frame and not the cropped image itself.
The text was updated successfully, but these errors were encountered:
Hi,
So sorry for the very delayed response. Are you still having this issue? If so, which python and opencv versions are you using?
That shouldn't happen as in line 158 cropped faces are saved:
cv2.imwrite(os.path.join(cropped_faces_path, 'cropped_face_frame_' + str(idx) + '.jpg'), cropped_face)
Sorry, something went wrong.
No branches or pull requests
Any reason why not use cropped_faces in face_detector.py?
There seem to only save the frame and not the cropped image itself.
The text was updated successfully, but these errors were encountered: