onnx / onnx-tensorrt

ONNX-TensorRT: TensorRT backend for ONNX
Apache License 2.0
2.95k stars 545 forks source link

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

Open lmw0320 opened 2 months ago

lmw0320 commented 2 months ago

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!