Is Yolo V2 (onnx) version supported with MATLAB?

Hi!
I was following the tutorial in which tiny yolo was imported; however, I want to change the model to a full version.
Is it supported? because when I import, certain layers aren't being imported.
The error message:
"Warning: Unable to import some ONNX operators, because they are not supported. They have been replaced by placeholder layers. To find these layers, call the function findPlaceholderLayers on the returned object."
Has anyone encountered a similar error?

 Accepted Answer

Go to Add-ons/Get Add ons to bring up the Add-on Explorer, and type in yolo and see what pops up. YOLO2 is in there. Does it say it's installed for you? If not, install it from there.

3 Comments

Thanks for the answer, Image Analyst! I do have yolo installed (computer vision toolbox).
But I was curious if the inference can be computed on the official yolo model. There is an example as well, but I believe it was trained on MATLAB's vehicle dataset (which has only one class).
https://www.mathworks.com/help/vision/ug/object-detection-using-yolo-v2-deep-learning.html
Sorry, I have no idea. Call Tech Support and ask them.
No worries, thanks! I figured it out.
For anyone else, if you want to use in-built yolo detector:
detector = vehicleDetectorYOLOv2();

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Tags

Asked:

Kev
on 2 Nov 2020

Commented:

Kev
on 3 Nov 2020

Community Treasure Hunt

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

Start Hunting!