我原本有一个om模型网络结构如下,我又训练了一个onnx模型转成了om。想用原来的acl.h加载模型方法推理,但是现在模型加载不上了[ERROR] load model from file failed, model file is ../model/deepsort/deepnew.om, errorCode = 507027.
我的转换命令是 atc --model=custom_resnet.onnx --framework=5 --output=deepnew.om --input_format=NCHW --input_shape="image_input:1,3,128,64" --soc_version=Ascend310


我原本有一个om模型网络结构如下,我又训练了一个onnx模型转成了om。想用原来的acl.h加载模型方法推理,但是现在模型加载不上了[ERROR] load model from file failed, model file is ../model/deepsort/deepnew.om, errorCode = 507027.
我的转换命令是 atc --model=custom_resnet.onnx --framework=5 --output=deepnew.om --input_format=NCHW --input_shape="image_input:1,3,128,64" --soc_version=Ascend310