martin181818 Hi , I am trying to convert depth_anything_vits14.onnx in Releases · fabio-sim/Depth-Anything-ONNX (github.com) I am trying to convert the model from onnx to blob using the online blob converter but I keep getting different errors. Can you please help me to check it to understand what should I do to convert it to blob ? Thank you in advance
martin181818 The error I receive is the following: OpenVINO does not support the following ONNX operations: LayerNormalization. Do you think that there is a solution for this or it's not possible to convert the model ? Thank you in advance
jakaskerl Hi @martin181818 Try simplifying the model perhaps? If you do normalization with some lower level operations, it will probably work. I also see there are other forms of normalization which are supported and could work hopefully. https://docs.openvino.ai/2023.3/openvino_resources_supported_operations_frontend.html Thanks, Jaka