matlab-deep-learning / Pretrained-YOLOv8-Network-For-Object-Detection

YOLO v8 training and inference in MATLAB for Object Detection with yolov8n, yolov8s, yolov8m, yolov8l, yolov8x, networks
https://in.mathworks.com/help/vision/ug/getting-started-with-object-detection-using-deep-learning.html
GNU Affero General Public License v3.0
30 stars 3 forks source link

only nano model available for download ? #7

Closed ESSNIA closed 5 months ago

ESSNIA commented 5 months ago

Hi,

Title pretty much says everything.

It seems only the nano (yolov8n.mat) model is in the repository under 'models'. Are the other variants available elsewhere ?

Thanks,

ESSNIA commented 5 months ago

Never mind, figured out I needed to download using :

model = helper.downloadPretrainedYOLOv8(modelName);

I should read before asking question...

sorry.