[libprotobuf ERROR /io/opencv/3rdparty/protobuf/src/google/protobuf/text_format.cc:298] Error parsing text-format opencv_caffe.NetParameter: 751:16: Message type "opencv_caffe.LayerParameter" has no field named "interp_param".
OpenCV Error: Unspecified error (FAILED: ReadProtoFromTextFile(param_file, param). Failed to parse NetParameter file: /zoo/caffe-zoo/FSSD_512_COCO/deploy.prototxt) in ReadNetParamsFromTextFileOrDie, file /io/opencv/modules/dnn/src/caffe/caffe_io.cpp, line 1145
Traceback (most recent call last):
File "vigilante/play.py", line 86, in <module>
prototxt='/zoo/caffe-zoo/FSSD_512_COCO/deploy.prototxt')
File "/usr/src/app/vigilante/object_detector.py", line 192, in __init__
self.net = cv2.dnn.readNetFromCaffe(prototxt, caffemodel)
cv2.error: /io/opencv/modules/dnn/src/caffe/caffe_io.cpp:1145: error: (-2) FAILED: ReadProtoFromTextFile(param_file, param). Failed to parse NetParameter file: /zoo/caffe-zoo/FSSD_512_COCO/deploy.prototxt in function ReadNetParamsFromTextFileOrDie
I'm trying to load a FSSD: Feature Fusion Single Shot Multibox Detector pre trained caffe model.
But I'm getting the following error:
deploy.prototxt