i want to detect object with yolov5
26 ビュー (過去 30 日間)
古いコメントを表示
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
2022 年 10 月 27 日
You can try importing the network into MATLAB using following options:
- Use the existing importers like importNetworkFromPyTorch, importTensorFlowLayers, etc.
- If the code is in Python, you can try Call Python from MATLAB.
- 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
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Computer Vision Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!