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
In requirements.txt cv2 - don't related to opencv and actually don't install anything There is no explicit mention of opencv in readme.
In the end on OSX I had to:
brew install python brew install qt brew install pyqt brew tap homebrew/science brew install homebrew/science/opencv pip install -r requirements.txt
But it's not work for me
('Error:', 'Expected 1 face, found 0 faces. Please make sure your face is in frame, and remove any other things detected as a face from the frame.')
didn't had time to debug
The text was updated successfully, but these errors were encountered:
Please see issue #1. Try the fixes there and let me know if they work or not.
Sorry, something went wrong.
Will reopen if this issue is separate from issue #1. Awaiting clarification.
pyskell
No branches or pull requests
In requirements.txt cv2 - don't related to opencv and actually don't install anything
There is no explicit mention of opencv in readme.
In the end on OSX I had to:
But it's not work for me
didn't had time to debug
The text was updated successfully, but these errors were encountered: