We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: