Is Yolo V2 (onnx) version supported with MATLAB?

1 回表示 (過去 30 日間)
Kev
Kev 2020 年 11 月 2 日
コメント済み: Kev 2020 年 11 月 3 日
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?

採用された回答

Image Analyst
Image Analyst 2020 年 11 月 2 日
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 件のコメント
Image Analyst
Image Analyst 2020 年 11 月 2 日
Sorry, I have no idea. Call Tech Support and ask them.
Kev
Kev 2020 年 11 月 3 日
No worries, thanks! I figured it out.
For anyone else, if you want to use in-built yolo detector:
detector = vehicleDetectorYOLOv2();

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by