cannot get YOLO algorithm example to work dont have openCV library
Show older comments
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 Roberson
on 12 Dec 2018
Mark Sherstan
on 12 Dec 2018
Did you follow these instructions for installing OpenCV https://www.mathworks.com/help/vision/ug/opencv-interface.html ?
Caleb Lindhorst
on 14 Dec 2018
Edited: Caleb Lindhorst
on 14 Dec 2018
Caleb Lindhorst
on 14 Dec 2018
Edited: Caleb Lindhorst
on 14 Dec 2018
Mark Sherstan
on 14 Dec 2018
If you run:
coder.checkGpuInstall('gpu','codegen','cudnn','quiet');
What do you get?
Caleb Lindhorst
on 14 Dec 2018
Walter Roberson
on 14 Dec 2018
If you search under your Box/opencv directory do you find any opencv.hpp ? If so then what directory is it in ?
Caleb Lindhorst
on 18 Dec 2018
Answers (0)
Categories
Find more on Code Generation, GPU, and Third-Party Support in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!