/yoloX-yoloV5-onnx-matlab

Simple reasoning code, just run demo.mlx

Primary LanguageMATLABMIT LicenseMIT

OverView

Import yolov5*.onnx for inference, including yolov5s.onnx, yolov5m.onnx, yolov5l.onnx, yolov5x.onnx, the original output dimension is 1×255×H×W(Other dimension formats can be slightly modified), import (importONNXFunction) + detection in matlab Head decoding output.

Requirements

Matlab R2021a or higher(because onnx version some operator sets need to support up to 12),the newer the better,no other dependencies!!!

update

  • 2021.7.30 support yolox*.onnx for inference add support for yolox_nano.onnxyolox_tiny.onnxyolox_s.onnxyolox_m.onnxyolox_l.onnxyolox_darknet53.onnxyolox.onnx

onnx model here

PretrainedModels

baidu disk:yolov5*.onnx, code:nseh

Reference