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
cv2.error: OpenCV(3.4.2) C:\projects\opencv-python\opencv\modules\dnn\src\caffe\caffe_io.cpp:1121: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't open "model/pose/mpi/pose_deploy_linevec_faster_4_stages.prototxt" in function 'cv::dnn::ReadProtoFromTextFile'
The text was updated successfully, but these errors were encountered:
In the file of tello_pose.py,I changed weightsFile and protoFile 's paths as absolute paths ,then it worked.Hope for this reply can help you.
| |
龙树燏
|
|
[email protected]
|
签名由网易邮箱大师定制
On 5/12/2020 14:15,UpgradingTesLA<[email protected]> wrote:
I solved it,by changing the relative path to absolute path.
@amixlong
I'm also facing the same error, can you explain how did you resolved it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
cv2.error: OpenCV(3.4.2) C:\projects\opencv-python\opencv\modules\dnn\src\caffe\caffe_io.cpp:1121: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't open "model/pose/mpi/pose_deploy_linevec_faster_4_stages.prototxt" in function 'cv::dnn::ReadProtoFromTextFile'
The text was updated successfully, but these errors were encountered: