trainFastFlowAnomalyDetector
Syntax
Description
trains the input FastFlow anomaly detection network detector
= trainFastFlowAnomalyDetector(normalData
,detectorIn
,options
)detectorIn
. The
training data consists of normal images in normalData
. The
options
argument controls options for training.
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.
Note
It is recommended that you also have Parallel Computing Toolbox™ to use with a CUDA®-enabled NVIDIA® GPU. For information about the supported compute capabilities, see GPU Computing Requirements (Parallel Computing Toolbox).
[
also returns information on the training progress, such as the training accuracy and
learning rate for each iteration.detector
,info
] = trainFastFlowAnomalyDetector(normalData
,detectorIn
,options
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023a
See Also
fastFlowAnomalyDetector
| trainPatchCoreAnomalyDetector
| trainFCDDAnomalyDetector
| trainingOptions
(Deep Learning Toolbox) | percentileNormalizer