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 Comments

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.
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.

Sign in to comment.

Answers (0)

Asked:

on 11 Dec 2018

Commented:

on 18 Dec 2018

Community Treasure Hunt

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

Start Hunting!