样例sampleYOLOV7的bash sample_run.sh显示模型加载错误
收藏回复举报
样例sampleYOLOV7的bash sample_run.sh显示模型加载错误
t('forum.solved') 已解决
新人帖
发表于2023-12-14 12:02:54
0 查看

第一步是ACT模型转换

act.png

build.png

上图是执行bash sample_build.sh编译过程 没问题应该

下面两个图是bash sample_run.sh过程中的错误显示

run1.png

run2.png

显示:

[ERROR]  Load model(../model/yolov7x.om) from file return 545002 

[ERROR]  Load model ../model/yolov7x.om from file failed 

[ERROR]  Model init failed, error:303 

[ERROR]  Thread infer_thread_0 init error 303, thread exit 

[ERROR]  Thread instance infer_thread_0 status change to 4, app start failed 

[ERROR]  Create thread infer_thread_0 failed, error 15 

[ERROR]  Start app failed, error 15 

[INFO]  Model(../model/yolov7x.om) had not been loaded or unload already 

本帖最后由 匿名用户2023/12/14 15:00:38 编辑

我要发帖子