cannot get YOLO algorithm example to work dont have openCV library

Where did you find an openCV library to run the YOLO Algorithm example or did you generate your own library? Since Matlab cannot provide the library that is needed. I have every other library installed on my computer but cannot find the correct library. I have downloaded the openCV library off SourgeForce but not a single library I downloaded worked with the example. Any suggestions would be greatly appreciated.

댓글 수: 8

Did you follow these instructions for installing OpenCV https://www.mathworks.com/help/vision/ug/opencv-interface.html ?
Caleb Lindhorst
Caleb Lindhorst 2018년 12월 14일
편집: Caleb Lindhorst 2018년 12월 14일
Walter: Yes I am refering to that example
Mark: I did not find these instructions. I will follow them and hopefully get it to work.
Caleb Lindhorst
Caleb Lindhorst 2018년 12월 14일
편집: Caleb Lindhorst 2018년 12월 14일
I keep getting these comments they are not errors:
It looks like Matlab cannot find the opencv libraries and the cudnn library when I have both of them in my computer. Do I have to install these libraries? Could it be that my environment paths are not set up correctly?
If you run:
coder.checkGpuInstall('gpu','codegen','cudnn','quiet');
What do you get?
I get this as an output:
ans =
struct with fields:
host: 1
tk1: 0
tx1: 0
tx2: 0
gpu: 1
codegen: 1
codeexec: 0
cudnn: 1
tensorrt: 0
profiling: 0
Am I missing things?
If you search under your Box/opencv directory do you find any opencv.hpp ? If so then what directory is it in ?
Sorry I've been busy yes it does have opencv.hpp files under both sources and build directories.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Code Generation, GPU, and Third-Party Support에 대해 자세히 알아보기

질문:

2018년 12월 11일

댓글:

2018년 12월 18일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by