matlab-deep-learning/pretrained-yolo-v4
Object detection and transfer learning using pretrained YOLO v4 models in MATLAB.
This helps engineers and researchers in MATLAB quickly identify and locate specific objects within images. You provide an image, and it outputs bounding boxes, confidence scores, and labels for recognized objects like people or cars. It's designed for professionals working with computer vision tasks who need to automatically detect items in visual data.
No commits in the last 6 months.
Use this if you need to perform immediate object detection on images or want to fine-tune an existing model with your own labeled dataset within MATLAB.
Not ideal if you prefer not to use MATLAB or if you need to detect objects that are not well-represented in common public datasets.
Stars
55
Forks
21
Language
MATLAB
License
—
Category
Last pushed
Sep 29, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/matlab-deep-learning/pretrained-yolo-v4"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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