Star-Clouds / CenterFace

face detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ONNX and trt failure

rafale77 opened this issue · comments

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?

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?