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
This tool helps engineers and researchers identify and locate specific objects within images and videos. You feed it visual data, and it outputs bounding boxes and labels for up to 80 different object types, like people or cars. It's designed for professionals who need to automatically analyze visual information, even allowing for custom object detection tailored to unique applications.
Use this if you need to detect or segment common objects in images or video streams using MATLAB, or if you want to train a custom model to find specialized objects.
Not ideal if you prefer to work outside of the MATLAB environment or need to train instance segmentation models using transfer learning within this specific setup.
Stars
61
Forks
11
Language
MATLAB
License
AGPL-3.0
Category
Last pushed
Jan 23, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/matlab-deep-learning/Pretrained-YOLOv8-Network-For-Object-Detection"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
ultralytics/ultralytics
Ultralytics YOLO 🚀
Megvii-BaseDetection/YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX,...
kujason/avod
Code for 3D object detection for autonomous driving
aparsoft/yolo-streamlit-detection-tracking
Object detection and tracking algorithm implemented for Real-Time video streams and static images.
RizwanMunawar/yolov8-object-tracking
YOLOv8 Object Tracking Using PyTorch, OpenCV and Ultralytics