evaluateReidentificationNetwork
Evaluate re-identification network using cumulative matching characteristic (CMC) and mean average precision (mAP) metrics
Since R2024a
Syntax
Description
[
evaluates the performance of a re-identification (ReID) network and returns the cumulative
matching characteristic (CMC) and mean average precision (mAP) metrics.metrics
,queries
,gallerySets
] = evaluateReidentificationNetwork(features
,labels
)
[
configures the evaluation metrics using one or more name-value arguments, in addition to the
input arguments from the previous syntax. For example,
metrics
,queries
,gallerySets
] = evaluateReidentificationNetwork(___,Name=Value
)DistanceMetric="euclidean-squared"
specifies
"euclidean-squared"
as the distance metrics method for measuring the
distance between feature vectors.
Input Arguments
Output Arguments
Version History
Introduced in R2024a