Deepstream pose estimation looking for libcudart.so.11.0

• Hardware Platform (Jetson / GPU)
GPU
• DeepStream Version
5.0.1
• TensorRT Version
7.1
• NVIDIA GPU Driver Version (valid for GPU only)
440.33
• How to reproduce the issue ? )
when running the app by
sudo ./deepstream-pose-estimation-app /home/work/knife1.mp4 out.mp4
error occurs:
Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_osd.so’: libcudart.so.11.0: cannot open shared object file: No such file or directory

Did you install cuda?

Cuda10.2 is installed.But why looking for cuda11.0?

Can you clean the cache and try again?

rm ~/.cache/gstreamer-1.0/ -rf

Did you use the prebuilt library osd based on cuda 11? there one osd library based on cuda 10.2, see below, you could try this one.
libnvds_osd.so for cuda10.2 · NVIDIA-AI-IOT/deepstream_pose_estimation@4f79d2d · GitHub