Filter löschen
Filter löschen

i want to detect object with yolov5

39 Ansichten (letzte 30 Tage)
새한 이
새한 이 am 27 Apr. 2022
Beantwortet: Vivek Akkala am 27 Okt. 2022
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?

Antworten (1)

Vivek Akkala
Vivek Akkala am 27 Okt. 2022
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

Kategorien

Mehr zu Call Python from MATLAB finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by