Are All the Onnx 1.5 implemented operations supported by the OpenCv 4.1 readNetfromOnnx Importer?
I was wandering if there were any operations that ONNX can import but that cannot by imported by the OpenCv importer.
Please provide us at least the list of all the ONNX operations mentioned in the topic.
The operations I mean can be found here. https://github.com/onnx/onnx/blob/mas.... Is any of these not supported?
Do you already have a network? It's better to start with specific model to say if it's supported or not yet. Anyway there is custom layers support so users can implement it in runtime.
What about "Cast" operator. I try by customer layer. but still not working.