mxpi_motsimplesortV2
|
Function |
Tracks movement of multiple objects (motor vehicles, non-human objects, and individuals). The differences between this version and the previous version are as follows:
|
|---|---|
|
Synchronous/Asynchronous (Status) |
Synchronous |
|
Constraints |
None |
|
Plugin Base Class (Factory) |
mxpi_motsimplesortV2 |
|
Input/Output |
|
|
Port Format (Caps) |
|
|
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. The default value is the key value of the output port of the upstream plugin. |
No |
Yes |
|
dataSourceFeature |
Index of the object feature data after feature extraction. The default value is the key value of the output port of the upstream plugin. |
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 |
Example
- Only the bounding box information of an object is used for MOT. Typical scenario: tracking the vehicles in a video.

- Both the bounding box information and features of an object is used for MOT. Typical scenario: identifying the locations of the people or objects in a video.
