Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: /home/work/Downloads/BEVFormer_tensorrt/TensorRT/lib/libtensorrt_ops.so: cannot open shared object file: No such file or directory #90

Open
ZSA010807 opened this issue Dec 19, 2023 · 3 comments

Comments

@ZSA010807
Copy link

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

@Alex-fishred
Copy link

I encountered the same problem
How did you solve it?

@ZSA010807
Copy link
Author

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.

@Alex-fishred
Copy link

I solved it after building and installing TensorRT correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants