reidentificationNetwork
Re-identification deep learning network for re-identifying and tracking objects
Since R2024a
Description
The reidentificationNetwork
object configures a re-identification
(ReID) deep learning network to extract features and train with a new set of classes. You can
use the configured ReID network to re-identify objects in a sequence of image
frames.
Note
This functionality requires Deep Learning Toolbox™.
Creation
Syntax
Description
creates a ReID network and configures it to perform transfer learning using a set of
object classes specified by the reID
= reidentificationNetwork(backbone
,classNames
)classNames
argument. For optimal
performance, train the network on new training data using the trainReidentificationNetwork
function.
specifies options using name-value arguments in addition to the input arguments from the
previous syntax. You can also use name-value arguments to set the reID
= reidentificationNetwork(___,Name=Value
)ModelName
, InputSize
, FeatureLength
, and FeatureLayer
properties of the network.
For example, InputSize=[460 460 3]
sets the size of image used for
classification and re-identification.
Input Arguments
Properties
Object Functions
extractReidentificationFeatures | Extract object re-identification (ReID) features from image |
Version History
Introduced in R2024a
See Also
Apps
Functions
trainReidentificationNetwork
|imagePretrainedNetwork
(Deep Learning Toolbox) |evaluateReidentificationNetwork