You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following problems when I run"sh samples/test_trt_ops.sh", how can I solve them?
OSError: /home/work/Downloads/BEVFormer_tensorrt/TensorRT/lib/libtensorrt_ops.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
I encountered the same problem How did you solve it?
Make sure your GPU's SM version is greater than or equal to 7.5, indicating that you need to use an NVIDIA GPU of the 20 series or higher. Also, ensure that the path in DCMAKE_TENSORRT_PATH=/path/to/TensorRT corresponds to your installed TensorRT path, not the TensorRT path within the project.
I have the following problems when I run"sh samples/test_trt_ops.sh", how can I solve them?
OSError: /home/work/Downloads/BEVFormer_tensorrt/TensorRT/lib/libtensorrt_ops.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: