trainFCDDAnomalyDetector
Train fully convolutional data description (FCDD) anomaly detection network
Syntax
Description
trains the input FCDD anomaly detection network object
detector
= trainFCDDAnomalyDetector(normalData
,anomalyData
,untrainedDetector
,options
)untrainedDetector
. The training data consists of normal images in
normalData
and anomaly images in anomalyData
.
The options
argument controls options for training.
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™.
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).
uses additional options specified by one or more name-value arguments.detector
= trainFCDDAnomalyDetector(normalData
,anomalyData
,untrainedDetector
,options
,Name=Value
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022b