This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Description
i downloaded latest model for facedetection from opencv_zoo and when i try to loat it i get error:
OpenCV(4.7.0) /root/opencv/modules/dnn/src/onnx/onnx_importer.cpp:275: error: (-210:Unsupported format or combination of formats) Failed to parse ONNX model: /opt/opencv_zoo-master/models/face_detection_yunet/face_detection_yunet_2022mar.onnx in function 'ONNXImporter'
but when i load onnx model from php-opencv then everything works correctly.
opencv: git@master
opencv_contrib: git@master
php-opencv: git@master