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

Getting the error Can't open "./mask_rcnn_inception_v2_coco_2018_01_28/frozen_inference_graph.pb #1

Open
karthikadeva opened this issue May 30, 2019 · 1 comment

Comments

@karthikadeva
Copy link

karthikadeva commented May 30, 2019

Hi
I am getting the following error while trying to execute the command
python mask_rcnn.py --image=data\cars.jpg.
Pls help to resolve the issue and much appreciated.

Following is the complete log
PS F:\Object-Detection-master\Object-Detection-master> python mask_rcnn.py --image=data\cars.jpg
Traceback (most recent call last):
File "mask_rcnn.py", line 99, in
net = cv.dnn.readNetFromTensorflow(modelWeights, textGraph);
cv2.error: OpenCV(4.1.0) C:\projects\opencv-python\opencv\modules\dnn\src\caffe\caffe_io.cpp:1132: error: (-2:Unspecified erro
r) FAILED: fs.is_open(). Can't open "./mask_rcnn_inception_v2_coco_2018_01_28/frozen_inference_graph.pb" in function 'cv::dnn:
:ReadProtoFromBinaryFile'

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