-
Notifications
You must be signed in to change notification settings - Fork 687
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
Error: OpenCV(4.2.0) #5
Comments
Use your own path for deploy.prototxt in detect_mask_video.py |
Use correct and absolute path to the file. Can be found by looking at the file's property tab. |
The backward slashes () just replace them with forward slashes (/). Use the file path relative to current file. |
how to solve it? |
i try to follow nidadinch and Ritvik-Sapra comments above, and it works for me, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having the same issue !!!..
error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\dnn\src\caffe\caffe_io.cpp:1121: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't open "face_detector\ deploy.prototxt" in function 'cv::dnn::ReadProtoFromTextFile'
But even don't know how to rectify it...
The text was updated successfully, but these errors were encountered: