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
[ERROR:[email protected]] global onnx_importer.cpp:1051 handleNode DNN/ONNX: ERROR during processing node with 1 inputs and 1 outputs: [Shape]:(onnx_node!StatefulPartitionedCall/RetinaFaceModel/tf_op_layer_Shape_1/Shape_1) from domain='ai.onnx'
Traceback (most recent call last):
File "/home/suyog/facedetection/POSE/Face_Pose/pose_detection_retinaface.py", line 21, in <module>
opencv_net_emotion = cv2.dnn.readNetFromONNX("./tf-serving-retinaface_mbv2.onnx")
cv2.error: OpenCV(4.7.0) /io/opencv/modules/dnn/src/onnx/onnx_importer.cpp:1073: error: (-2:Unspecified error) in function 'handleNode'
> Node [[email protected]]:(onnx_node!StatefulPartitionedCall/RetinaFaceModel/tf_op_layer_Shape_1/Shape_1) parse error: OpenCV(4.7.0) /io/opencv/modules/dnn/src/onnx/onnx_importer.cpp:2630: error: (-215:Assertion failed) !isDynamicShape in function 'parseShape'
>
The text was updated successfully, but these errors were encountered:
fti-sbargule
changed the title
tf-serving-retinaface_mbv2.onnx model not load in opencv DNN
tf-serving-retinaface_mbv2.onnx model not READ on opencv DNN
Jul 28, 2023
fti-sbargule
changed the title
tf-serving-retinaface_mbv2.onnx model not READ on opencv DNN
tf-serving-retinaface_mbv2.onnx model not READ to opencv DNN
Jul 28, 2023
I try to used
[tf-serving-retinaface_mbv2.onnx]
this model in openCV DNN but ERROR on load model .The text was updated successfully, but these errors were encountered: