pyskell / slouchy

Slouchy uses your webcam to check if you're slouching and alert you if you are.
GNU General Public License v3.0
800 stars 47 forks source link

OSX Install #6

Closed diimdeep closed 8 years ago

diimdeep commented 8 years ago

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

pyskell commented 8 years ago

Please see issue #1. Try the fixes there and let me know if they work or not.

pyskell commented 8 years ago

Will reopen if this issue is separate from issue #1. Awaiting clarification.