onnx/onnx-tensorrt

Error found when convert the onnx to engine: Network validation failed

Opened this issue · 0 comments

My environment is as follows:
17439cb2cfc010c1fea7e1b3a988bdfa

I had export the onnx model of yolov7 ,and try to convert the model on the platform of jetpack4.5.1 with deepstream5.1, but got an error as below:
image

And I checked the split operator had been supported by tensorrt 7.0... I'm not clear why such error caused...
BTW, the same file can be transfered successfully on the following environment:
image

Hope someone can help me ~~, thanks ind advance!