deepinsight / insightface

State-of-the-art 2D and 3D Face Analysis Project
https://insightface.ai
22.76k stars 5.34k forks source link

mobileface test in MFR #2273

Open zys1994 opened 1 year ago

zys1994 commented 1 year ago

用arcface_torch训练好的mobileface测试MFR的表现时,提示: Non-zero status code returned while running MatMul node. Name:'MatMul_177' Status Message: matmul_helper.h:55 Compute MatMul dimension mismatch

请问需要调整网络来做测试吗

nttstar commented 1 year ago

先用onnx_helper.py自己测一下看看

zys1994 commented 1 year ago

做了一下调整可以跑通MFR测试,但是onnx_helper.py会报

2023-03-31 18:13:30.296547356 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,512} does not match actual shape of {32,512} for output 1333
err: max time cost exceed, given 60.1430

这是正常的吗

bljessica commented 8 months ago

做了一下调整可以跑通MFR测试,但是onnx_helper.py会报

2023-03-31 18:13:30.296547356 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,512} does not match actual shape of {32,512} for output 1333
err: max time cost exceed, given 60.1430

这是正常的吗

请问怎么调整可以跑通MFR测试呀?

jaffe-fly commented 6 months ago

做了一下调整可以跑通MFR测试,但是onnx_helper.py会报

2023-03-31 18:13:30.296547356 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,512} does not match actual shape of {32,512} for output 1333
err: max time cost exceed, given 60.1430

这是正常的吗

我也遇到这个,这个正常吗?

sssssshf commented 2 months ago

做了一下调整可以跑通MFR测试,但是onnx_helper.py会报

2023-03-31 18:13:30.296547356 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,512} does not match actual shape of {32,512} for output 1333
err: max time cost exceed, given 60.1430

这是正常的吗

请问解决了吗

sssssshf commented 2 months ago

做了一下调整可以跑通MFR测试,但是onnx_helper.py会报

2023-03-31 18:13:30.296547356 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,512} does not match actual shape of {32,512} for output 1333
err: max time cost exceed, given 60.1430

这是正常的吗

请问您怎么调整的 能指导一下吗

sssssshf commented 2 months ago

做了一下调整可以跑通MFR测试,但是onnx_helper.py会报

2023-03-31 18:13:30.296547356 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,512} does not match actual shape of {32,512} for output 1333
err: max time cost exceed, given 60.1430

这是正常的吗

请问怎么调整可以跑通MFR测试呀?

有搞定嘛