Skip to content
New issue

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

Code not working on Windows #31

Open
alphaeuro opened this issue Dec 14, 2022 · 1 comment
Open

Code not working on Windows #31

alphaeuro opened this issue Dec 14, 2022 · 1 comment

Comments

@alphaeuro
Copy link

I downloaded the folder as it is and installed all the requirements given in Requirements.txt and requirements-dev.txt
Still while running the code it is showing w=error.
image

@famesjranko
Copy link

This might help you...

I'm also on windows and had to manually set the download location for the webcam tracking script:

WEIGHTS_URL = 'https://github.com/opencv/opencv_3rdparty/raw/dnn_samples_face_detector_20170830/res10_300x300_ssd_iter_140000.caffemodel' WEIGHTS_PATH = 'C:\\Users\\user\\Downloads\\motpy-master\\motpy-master\\examples\\opencv_face_detector.caffemodel' CONFIG_URL = 'https://raw.githubusercontent.com/opencv/opencv/master/samples/dnn/face_detector/deploy.prototxt' CONFIG_PATH = 'C:\\Users\\user\\Downloads\\motpy-master\\motpy-master\\examples\\deploy.prototxt'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants