Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ONNX and trt failure #88

Open
rafale77 opened this issue Aug 16, 2020 · 1 comment
Open

ONNX and trt failure #88

rafale77 opened this issue Aug 16, 2020 · 1 comment

Comments

@rafale77
Copy link

Trying to test centerface on python and have been struggling:
I am running cuda11 and cudnn8 with tensorrt7.1 and opencv 4.4.

The onnx loads with opencv but fails to execute with:

eltwise_layer.cpp:216: error: (-215:Assertion failed) inputs[0][j] == inputs[i][j] in function 'getMemoryShapes'

then I try loading the onnx on trt to get it to create a new trt engine and it fails also saying that the model has no output...

Anybody managed to get through this?

@fenghuohuo2001
Copy link

Trying to test centerface on python and have been struggling: I am running cuda11 and cudnn8 with tensorrt7.1 and opencv 4.4.

The onnx loads with opencv but fails to execute with:

eltwise_layer.cpp:216: error: (-215:Assertion failed) inputs[0][j] == inputs[i][j] in function 'getMemoryShapes'

then I try loading the onnx on trt to get it to create a new trt engine and it fails also saying that the model has no output...

Anybody managed to get through this?

I met the same problem. Have you solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants