How to use YOLOX.onnx for object detection in matlab
8 ビュー (過去 30 日間)
古いコメントを表示
Dear friends:
I used python to train a YOLOX target detection model based on pytorch and exported it to onnx format. There was a problem when performing target detection in matlab:"Incorrect number or types of inputs or outputs for function detect."
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1798695/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1798715/image.png)
support onnx and test image file:https://github.com/Jklblue/support-files/tree/main
0 件のコメント
回答 (1 件)
Akshat Dalal
2024 年 10 月 25 日
Using YOLOX in MATLAB requires installing the "Automated Visual Inspection Library for Computer Vision Toolbox" add-on. Can you please check if you have it? If not, you can download the library either through the MATLAB Home tab by navigating to Add-Ons -> Get Add-Ons, or by using the link below.:
参考
カテゴリ
Help Center および File Exchange で Call Python from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!