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

fatal error: opencv/cv.h: No such file or directory #9

Open
muhammadabdullah34907 opened this issue May 24, 2020 · 0 comments
Open

Comments

@muhammadabdullah34907
Copy link

I have compiled opencv from source and still it's not finding the path, anyone please ?

after running this: make && sudo make install

Scanning dependencies of target yolo-lib
[ 15%] Building CXX object lib/CMakeFiles/yolo-lib.dir/calibrator.cpp.o
In file included from /home/admin1/deepstream_reference_apps/yolo/lib/ds_image.h:28:0,
from /home/admin1/deepstream_reference_apps/yolo/lib/calibrator.h:29,
from /home/admin1/deepstream_reference_apps/yolo/lib/calibrator.cpp:26:
/home/admin1/deepstream_reference_apps/yolo/lib/trt_utils.h:31:10: fatal error: opencv/cv.h: No such file or directory
#include <opencv/cv.h>
^~~~~~~~~~~~~
compilation terminated.
make[2]: *** [lib/CMakeFiles/yolo-lib.dir/build.make:70: lib/CMakeFiles/yolo-lib.dir/calibrator.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:123: lib/CMakeFiles/yolo-lib.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

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

1 participant