Deepstream fasterrcnn run error

I get this error when trying to run the objectrecognitionFasterRCNN model
deepstream-app: symbol lookup error: /root/deepstream_sdk_v4.0.2_x86_64/sources/objectDetector_FasterRCNN/nvdsinfer_custom_impl_fasterRCNN/libnvdsinfer_custom_impl_fasterRCNN.so: undefined symbol: ZN8nvinfer16plugin22createFasterRCNNPluginEiiifffNS_6DimsHWENS_7WeightsES2

Hi,

A possible issue is that the TensorRT version incompatible.
Are you using TensorRT v6.0.2?

Thanks.

I’m using tensorRT 6.0.1.8

HI,

Just checked. We can run fasterRCNN sample with TensorRT-6.0.1.5 without issue.
Could you give the version a try?

More, please also try to export the TensorRT library to see if helps.

export LD_LIBRARY_PATH= [deepstream-4.0_ROOT]/lib:[TensorRT-6.0.1.5_ROOT]/lib

Thanks.