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 CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by