ImageClassificationMulti
function
defined in module
FastVision
ImageClassificationMulti(size, classes; kwargs...)
Learning task for multi-label image classification. Images are resized to
size
and classified into multiple of
classes
.
Use
ImageClassificationSingle
for the single-class setting.
computestats = false
: Whether to compute image statistics on dataset
data
or use default ImageNet stats.
aug_projections =
DataAugmentation.Identity
: augmentation to apply during
ProjectiveTransforms
(resizing and cropping)
aug_image =
DataAugmentation.Identity
: pixel-level augmentation to apply during
ImagePreprocessing
C = RGB{N0f8}
: Color type images are converted to before further processing. Use
Gray{N0f8}
for grayscale images.
There are
2
methods for FastVision.ImageClassificationMulti
:
The following pages link back here: