使用nncase将onnx模型转为kmodel模型时报错,warn: Nncase.Hosting.PluginLoader[0] NNCASE_PLUGIN_PATH is not set.

Viewed 167

重现步骤

输入代码为 python -m nncase compile C:\Users\86133\Desktop\yolov8_relu_80class_ZQ.onnx C:\Users\86133\Desktop\model.kmodel --target k230
报错内容为warn: Nncase.Hosting.PluginLoader[0]
NNCASE_PLUGIN_PATH is not set.
D:\Anaconda\envs\nncase_env\python.exe: No module named nncase.main; 'nncase' is a package and cannot be directly executed
期待结果和实际结果

软硬件版本信息

错误日志

尝试解决过程

补充材料

1 Answers

转换命令不是这么写的吧,你这个使用命令是从哪里看的?

从网上找的,那应该怎么转换

这句转换模型,我自己的模型是不是应该修改input宽和高,dataset我没有的可以去掉--dataset ../test这一句吗