cuixing158 / yoloX-yoloV5-onnx-matlab

Simple reasoning code, just run demo.mlx
MIT License
45 stars 6 forks source link
yolov5 yolox yolox-models yolox-nano yolox-onnx yolox-small yolox-tiny

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

onnx model here

PretrainedModels

baidu disk:yolov5*.onnx, code:nseh

Reference