Am getting the following error
File "recognise_human_activity.py", line 30, in
net = cv2.dnn.readNet(model=param.ACTION_RESNET)
cv2.error: OpenCV(4.0.1) C:\ci\opencv-suite_1573470242804\work\modules\dnn\src\onnx\onnx_importer.cpp:57: error: (-210:Unsupported format or combination of formats) Failed to parse onnx model in function 'cv::dnn::dnn4_v20181221::ONNXImporter::ONNXImporter'
Am getting the following error
File "recognise_human_activity.py", line 30, in
net = cv2.dnn.readNet(model=param.ACTION_RESNET)
cv2.error: OpenCV(4.0.1) C:\ci\opencv-suite_1573470242804\work\modules\dnn\src\onnx\onnx_importer.cpp:57: error: (-210:Unsupported format or combination of formats) Failed to parse onnx model in function 'cv::dnn::dnn4_v20181221::ONNXImporter::ONNXImporter'