mxpi_motsimplesort
This plugin will be discarded. Use the mxpi_motsimplesortV2 plugin.
Function |
Tracks movement of multiple objects (motor vehicles, non-human objects, and individuals). |
|---|---|
Constraints |
None |
Plugin Base Class (Factory) |
mxpi_motsimplesort |
Input/Output |
|
Property |
For details, see Table 1. |
Property Name |
Description |
Mandatory or Not |
Modifiable or Not |
|---|---|---|---|
dataSourceDetection |
Index of the bounding box data after model detection (generally the name of the upstream element) |
Yes |
Yes |
dataSourceFeature |
Index of the object feature data after feature extraction (generally the name of the upstream element) |
No |
Yes |
trackThreshold |
Threshold for the probability that the traced objects are the same. If the probability is greater than the threshold, the traced objects are the same. The value range is [0, 1.0], and defaults to 0.5. |
No |
Yes |
lostThreshold |
Threshold for the number of lost frames of a traced object. If the number of lost frames is greater than the threshold, the traced object is lost. The value range is [0, 10], and defaults to 5. |
No |
Yes |