Hi,
I’ve run the deepstream-app to generate a .engine file. I’m trying to write a script to use this now for inferencing. I was looking at this documentation: [url]Developer Guide :: NVIDIA Deep Learning TensorRT Documentation
When I try to deserialize the .engine file for inferencing, I get the following error:
"
[TensorRT] ERROR: getPluginCreator could not find plugin YOloLayerV3_TRT version 1 namespace
[TensorRT] ERROR: Cannot deserialize plugin YoloLayerV3_TRT
"
How can I add this plugin? In the documentation they get a list of plugins by running trt.get_plugin_registry().plugin_creator_list, but there doesn’t appear to be a YoloV3 plugin there.
Any help will be appreciated.