matlab-deep-learning/Pretrained-YOLOX-Network-For-Object-Detection
YOLOX inference in MATLAB for Object Detection with yolox_s, yolox_m & yolox_l networks
This project helps you automatically identify and locate common objects within images, such as people, cars, or traffic lights. You provide an image, and it outputs the detected objects with bounding boxes and labels. This is for engineers, researchers, or analysts who work with image data and need to automate object identification in MATLAB.
No commits in the last 6 months.
Use this if you need to quickly and accurately detect common objects in images using pretrained models within a MATLAB environment.
Not ideal if you need to detect highly specialized objects not covered by the 80 common categories, or if you prefer to work outside of MATLAB.
Stars
27
Forks
1
Language
—
License
—
Category
Last pushed
Feb 01, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/matlab-deep-learning/Pretrained-YOLOX-Network-For-Object-Detection"
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