motpy icon indicating copy to clipboard operation
motpy copied to clipboard

Code not working on Windows

Open alphaeuro opened this issue 3 years ago • 1 comments

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

alphaeuro avatar Dec 14 '22 06:12 alphaeuro

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'

famesjranko avatar Mar 30 '23 12:03 famesjranko