We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using Ubuntu 20. I installed OpenCV 4.5 and TensorRT 6.0.1.5 and did
sudo apt-get install libopencv-dev
I am trying to follow the steps in https://github.com/spmallick/learnopencv/tree/master/PyTorch-ONNX-TensorRT-CPP
I was able to do
mkdir build cd build cmake -DOpenCV_DIR=[path-to-opencv-build] -DTensorRT_DIR=[path-to-tensorrt] ..
but when I tried `make -j8', I get
trt_sample.cpp:10 fatal error: opencv2/cudawarping.hpp no such file or directory
any help?
The text was updated successfully, but these errors were encountered:
I got the same problem. Did you solve it?
Sorry, something went wrong.
compile opencv with cuda
Solved the problem after building opencv with opencv-contrib using cmake.
No branches or pull requests
I'm using Ubuntu 20. I installed OpenCV 4.5 and TensorRT 6.0.1.5 and did
I am trying to follow the steps in https://github.com/spmallick/learnopencv/tree/master/PyTorch-ONNX-TensorRT-CPP
I was able to do
but when I tried `make -j8', I get
any help?
The text was updated successfully, but these errors were encountered: