Main Content
vision.loadYOLOXObjectDetector
Description
loads a pretrained YOLOX object detector model net from the MAT file
net
= vision.loadYOLOXObjectDetector(filename
)filename
. filename
must be a compile-time
constant.
Note
This functionality requires Deep Learning Toolbox™ and the Automated Visual Inspection Library for Computer Vision Toolbox™. You can install the Automated Visual Inspection Library for Computer Vision Toolbox from Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b
See Also
yoloxObjectDetector
| coder.loadDeepLearningNetwork
(MATLAB Coder) | coder.DeepLearningConfig
(MATLAB Coder)