predict
Compute YOLO v3 deep learning network outputs for inference
Description
computes the YOLO v3 deep learning network outputs during inference, given the detector and
the test data. Use this function to get predictions from the output layers of the YOLO v3
deep learning network during inference.output
= predict(detector
,dlX
)
Note
This function requires the Computer Vision Toolbox™ Model for YOLO v3 Object Detection. You can install the Computer Vision Toolbox Model for YOLO v3 Object Detection from Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons. To run this function, you will require the Deep Learning Toolbox™.