-
Notifications
You must be signed in to change notification settings - Fork 2.2k
make: *** [nvinfer_plugin] Error 2 #928
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
Comments
Same question with cudn11.0 on Ubuntu 18.04 x86_64. |
Please tell me whether your problem had solved. And if had sovled, could you mind share the solution. |
@Sunhil I install TensorRT with .deb with the same error of nvinfer. But when I reinstall cuda and cudnn with .deb, it has been solved. |
Hello @Sunhil , the error is
Could you change to |
Closing since no activity in this thread for more than 3 weeks, please reopen if you still have question, thanks! |
I had the same problem. The solution proposed by @ttyio worked for me:
instead of: |
can i check if the build is successful, other than libnvds_infercustomparser_tlt.so generated, for the proposal plugin etc, am i supposed to see something? what is the expected result? i am using faster rcnn and required to have plugin for proposal and cropandresize plugin ? |
The problems caused by your cmakelist, because the file cannot find your tensorrt lib & include. So, you need to append the address of your tensorrt lib & include manually as follows: find_library(NVINFER NAMES nvinfer) |
@andrewssobral thanks so much!!!I successfully ! |
@ttyio , this should be corrected in the README:
|
Met problem when run code, make nvinfer_plugin -j$(nproc).
Environment:
CUDA:10.0
CUDNN:7.5
TensorRT:6.0.1
Below is my steps,and I occur error after run, make nvinfer_plugin -j$(nproc).
I notice that I hadn't modify the version of cuda, so then I run the commons below.
However, the problem about nvinfer_plugin showed again.
Any suggestion will be appreciated!
The text was updated successfully, but these errors were encountered: