trainEfficientADAnomalyDetector
Syntax
Description
Add-On Required: This feature requires the Automated Visual Inspection Library for Computer Vision Toolbox add-on.
trains the input EfficientAD anomaly detection network detector = trainEfficientADAnomalyDetector(normalData,detectorIn,options)detectorIn. The
training data consists of the specified normal images
normalData.
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).
Input Arguments
Output Arguments
Tips
For a given training image size and number of training images, if the peak memory usage for creating a memory bank exceeds the available memory, EfficientAD outputs a warning. To address insufficient memory, try reducing image resolution, using fewer training images, or enhancing GPU performance.