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
I tried the onnx model (yolox_s_object_pose.onnx) distributed on that site with python opencv and got the following error.
error: (-2:Unspecified error) Can't create layer "onnx_node!/1/NonZero" of type "NonZero" in function 'cv::dnn::dnn4_v20231225::Net::Impl::. getLayerInstance'
It appears that the model contains a layer (NonZero) that is not supported by the latest opencv dnn module.
Unfortunately, the only solution I can think of to this problem is to submit an update request to the opencv development community.
Alternatively, you might consider using a plugin that allows direct access to the ONNX runtime in Unity, such as the following https://github.com/asus4/onnxruntime-unity
Hi!
I am trying to run this model
https://github.com/TexasInstruments/edgeai-yolox/blob/main/README_6d_pose.md
using either the regular or lite versions
but i am getting an error from Dnn.readNet module, failing to parse the files.
\Users\satoo\Desktop\opencv\modules\dnn\src\caffe\caffe_io.cpp:1176: error: (-2:Unspecified error) FAILED: ReadProtoFromBinaryFile(param_file, param). Failed to parse NetParameter file
Are these supported? If not, is it possible to adapt the code to successfully parse them?
I am using the yolov5 repo to test this btw.
Cheers!
The text was updated successfully, but these errors were encountered: