Pretrained-YOLOv8-Network-For-Object-Detection icon indicating copy to clipboard operation
Pretrained-YOLOv8-Network-For-Object-Detection copied to clipboard

YOLO v8 training and inference in MATLAB for Object Detection with yolov8n, yolov8s, yolov8m, yolov8l, yolov8x, networks

Results 4 Pretrained-YOLOv8-Network-For-Object-Detection issues
Sort by recently updated
recently updated
newest added

![1726142683274](https://github.com/user-attachments/assets/73676009-1346-4461-a45b-4b2685bfacb3) ![1726142693625](https://github.com/user-attachments/assets/df9fc536-f0e3-4b8f-babc-aef1a9cd1bbb)

I tried to generate mex for the model by calling "codegenYOLOv8.m". Got the following messege: ``` >> codegenYOLOv8 ??? Internal error during code generation. Expected a fixed size data for...

When the file 'yolov8x.mat' was downloaded and placed in the same directory with ' yolov8n.mat', I tried to load the v8x.mat file as did to v8n.mat. No error messege shown....