필터 지우기
필터 지우기

i want to detect object with yolov5

조회 수: 39 (최근 30일)
새한 이
새한 이 2022년 4월 27일
답변: Vivek Akkala 2022년 10월 27일
i tried to find out, how to implement yolov5 in matlab.
but i couldn't.
first i trained yolov5 in google colab, and after doing that,
now i am trying to implement yolov5 model in matlab.
is there any referable homepage or method to implement the yolov5 model in matlab?

답변 (1개)

Vivek Akkala
Vivek Akkala 2022년 10월 27일
You can try importing the network into MATLAB using following options:
  1. Use the existing importers like importNetworkFromPyTorch, importTensorFlowLayers, etc.
  2. If the code is in Python, you can try Call Python from MATLAB.
  3. Try writing your own preprocessing and postprocessing codes after importing the network. You can refer to Pretrained YOLOX Network For Object Detection GitHub repo for reference. The preprocessing and postprocessing codes will be available at helper location

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

태그

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by