You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have a demo of model by any chance? I was having trouble getting the code to run.
OpenCV: Couldn't read video stream from file "samples/IU.avi" Traceback (most recent call last): File "test_video.py", line 82, in <module> single_main() File "test_video.py", line 29, in single_main mark_detector = MarkDetector() File "/face_landmark_dnn/testing/mark_detector.py", line 22, in __init__ self.face_detector = FaceDetector() File "ace_landmark_dnn/testing/mark_detector.py", line 162, in __init__ self.face_net = cv2.dnn.readNetFromCaffe(dnn_proto_text, dnn_model) cv2.error: OpenCV(3.4.4) /Users/travis/build/skvark/opencv-python/opencv/modules/dnn/src/caffe/caffe_io.cpp:1121: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't open "/Users/seerslab/projects/face_landmark_dnn/src/assets/deploy.prototxt" in function 'ReadProtoFromTextFile'
The text was updated successfully, but these errors were encountered:
Do you have a demo of model by any chance? I was having trouble getting the code to run.
OpenCV: Couldn't read video stream from file "samples/IU.avi" Traceback (most recent call last): File "test_video.py", line 82, in <module> single_main() File "test_video.py", line 29, in single_main mark_detector = MarkDetector() File "/face_landmark_dnn/testing/mark_detector.py", line 22, in __init__ self.face_detector = FaceDetector() File "ace_landmark_dnn/testing/mark_detector.py", line 162, in __init__ self.face_net = cv2.dnn.readNetFromCaffe(dnn_proto_text, dnn_model) cv2.error: OpenCV(3.4.4) /Users/travis/build/skvark/opencv-python/opencv/modules/dnn/src/caffe/caffe_io.cpp:1121: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't open "/Users/seerslab/projects/face_landmark_dnn/src/assets/deploy.prototxt" in function 'ReadProtoFromTextFile'
The text was updated successfully, but these errors were encountered: