randhar
December 13, 2021, 5:18pm
1
Hello,
I am having the following error while running inference on a trt engine
The engine file is for object detection model ‘ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8’.
Error:
[TensorRT] ERROR: 2: [pluginV2DynamicExtRunner.cpp::execute::115] Error Code 2: Internal Error (Assertion status == kSTATUS_SUCCESS failed.)
Environment
TensorRT version: 8.0.1.6
onnx version: 1.10.2
Jetpack: 4.6
Relevant Files
I have uploaded my onnx and trt engine file for the model, and the script I am using for inference.
And I follow the code given in the link: Speeding Up Deep Learning Inference Using TensorFlow, ONNX, and NVIDIA TensorRT | NVIDIA Technical Blog to convert onnx to trt file.
model.onnx (10.4 MB)
inference.py (5.2 KB)
model.trt (12.4 MB)
Please have a look.
Thank you.
NVES
December 13, 2021, 5:38pm
2
Hi,
This looks like a Jetson issue. Please refer to the below samlples in case useful.
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
An easy to use PyTorch to TensorRT converter
For any further assistance, we recommend you to raise it to the respective platform from the below link
Discussions relating to the Jetson DevKits and other Embedded computing devices
Thanks!
I’m also having the same issue. any useful solution for this?
randhar
February 1, 2022, 11:19am
6
Hi,
Thanks for the information.
We are still checking this internally. Will share more information later.
Thanks.
You can follow up this question. I opened a new issue there.
Good luck