predict
Predict unnormalized anomaly scores
Description
calculates the unnormalized anomaly scores predicted by an FCDD anomaly detection network
during inference for a set of test images, scores
= predict(detector
,I
)I
. Use this function to get
predictions from the output layers of the FCDD network during inference.
Note
This function requires the Computer Vision Toolbox™ Automated Visual Inspection Library. You can install the Computer Vision Toolbox Automated Visual Inspection Library 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™.
specifies options using one or more name-value arguments. For example,
scores
= predict(detector
,I
,Name=Value
)predict(detector,I,MiniBatchSize=32)
limits the batch size to
32.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022b