extractReidentificationFeatures
Syntax
Description
[
extracts features and their respective labels from the images returned by the
features
,labels
] = extractReidentificationFeatures(reID
,ds
)read
function of the input datastore ds
.
Specify this syntax to obtain all the feature vectors from a datastore, or to
evaluate ReID network performance using the evaluateReidentificationNetwork
function.
[___] = extractReidentificationFeatures(___,
specifies options using one or more name-value arguments in addition to any
combination of arguments from previous syntaxes. For example,
Name=Value
)MiniBatchSize=4
specifies the minimum batch size to use
for inference as 4
.
Input Arguments
Output Arguments
Version History
Introduced in R2024a