trainReidentificationNetwork
Syntax
Description
trains the specified ReID network trainedReID
= trainReidentificationNetwork(trainingData
,reID
,options
)reID
to output appearance feature
vectors. The options
input specifies the network training
parameters.
Note
This functionality requires Deep Learning Toolbox™.
[
returns information on training progress, such as training loss, for each iteration using
the input arguments from the previous syntax. trainedReID
,info
] = trainReidentificationNetwork(___)
[___] = trainReidentificationNetwork(___,
specifies options using one or more name-value arguments, in addition to any combination of
arguments from previous syntaxes. For example, Name=Value
)FreezeBackbone=false
specifies not to freeze the backbone of the network during training.
Input Arguments
Output Arguments
Tips
To improve ReID accuracy, increase the number of images you use to train the network. You can expand the training data set using data augmentation. For information on how to apply data augmentation for preprocessing, see Preprocess Images for Deep Learning (Deep Learning Toolbox).
Version History
Introduced in R2024a
See Also
Apps
Functions
evaluateReidentificationNetwork
|extractReidentificationFeatures
|trainingOptions
(Deep Learning Toolbox)
Objects
Topics
- Reidentify People Throughout a Video Sequence Using ReID Network
- Automate Ground Truth Labeling for Object Tracking and Re-Identification
- Convert Ground Truth Labeling Data for Object Re-Identification
- Create a Deep Learning Experiment for Classification (Deep Learning Toolbox)
- Define Custom Training Loops, Loss Functions, and Networks (Deep Learning Toolbox)
- Set Up Parameters and Train Convolutional Neural Network (Deep Learning Toolbox)
- Datastores for Deep Learning (Deep Learning Toolbox)