dog-qiuqiu / Ultralight-SimplePose

Ultra-lightweight human body posture key point CNN model. ModelSize:2.3MB HUAWEI P40 NCNN benchmark: 6ms/img,
302 stars 62 forks source link

使用onnxruntime加载onnx模型报错 #5

Open JayL323 opened 3 years ago

JayL323 commented 3 years ago

(1)INVALID_ARGUMENT : Non-zero status code returned while running BatchNormalization node. (2)Status Message: Invalid input scale: NumDimensions() != 3 参考:https://github.com/onnx/models/issues/156解决 原因:mxnet转化为onnx时,产生错误的模型,BatchNormalization(space=0)

lawo123 commented 2 years ago

您好,我遇到了相同的问题,请问您是怎么解决的?上面的的失效了、

fungtion commented 1 year ago

https://github.com/onnx/models/issues/156#issuecomment-541194670