k230可以部署PPStructureV3吗

Viewed 42

问题描述


k230可以部署PPStructureV3完成表格识别吗

2 Answers

需要核对一下这个模型支持的算子,如何没有nncase不支持的,那就可以

Unhandled exception. System.NotSupportedException: Not Supported Onnx op: Loop
at Nncase.BaseImporter.SupportedCheck(String name)
at Nncase.BaseImporter.Import()
at Nncase.Importers.ImportOnnx(Stream onnx, CompileSession compileSession)
at Nncase.Compiler.Interop.CApi.CompilerImportOnnxModule(IntPtr compilerHandle, IntPtr streamHandle)
Aborted (core dumped)
这样是不是表明有不支持的算子

lee@libin:/mnt/c/Users/24320/Desktop/onnx2k/ocr_recognition$ python convert_kmodel.py --model ch_ppstructure_mobile_v2_SLANet.onnx
warn: Nncase.Hosting.PluginLoader[0]
NNCASE_PLUGIN_PATH is not set.
================inputs info================
Input x:
Input x shape: [1, 3, 1, 1]
Input x info end
================inputs info================
Unhandled exception. System.NotSupportedException: Not Supported Onnx op: Loop
at Nncase.BaseImporter.SupportedCheck(String name)
at Nncase.BaseImporter.Import()
at Nncase.Importers.ImportOnnx(Stream onnx, CompileSession compileSession)
at Nncase.Compiler.Interop.CApi.CompilerImportOnnxModule(IntPtr compilerHandle, IntPtr streamHandle)
Aborted (core dumped)

这样是不是表明有不支持的算子