I am following the steps given in https://www.learnopencv.com/goturn-deep-learning-based-object-tracking/ to use goturn tracker but I am getting the following error:
**cv2.error: OpenCV(4.0.1) ..\modules\dnn\src\caffe\caffe_io.cpp:1121: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't open "goturn.prototxt" in function 'cv::dnn::ReadProtoFromTextFile'**
I have kept the goturn.caffemodel, goturn.prototxt in the same folder where my tracking.py file is.
I have already spent a lot of time searching ways to solve this but failed. Kindly respond asap.
↧