sets batch trajectory parameters The default constructor sets all parameters to their default settings. Parameters can be user adjusted. More...
Attributes | |
bool | enable |
Defines if the Batch option in the object detection module is enabled. Batch queueing system provides: More... | |
float | idRetentionTime |
Max retention time in seconds of a detected object. After this time, the same object will mostly have a different ID. More... | |
float | latency |
Trajectories will be output in batch with the desired latency in seconds. During this waiting time, re-identification of objects is done in the background. Specifying a short latency will limit the search (falling in timeout) for previously seen object IDs but will be closer to real time output. Specifying a long latency will reduce the change of timeout in Re-ID but increase difference with live output. More... | |
sets batch trajectory parameters The default constructor sets all parameters to their default settings. Parameters can be user adjusted.
bool enable |
Defines if the Batch option in the object detection module is enabled. Batch queueing system provides:
Trajectory smoothing and filtering
float idRetentionTime |
Max retention time in seconds of a detected object. After this time, the same object will mostly have a different ID.
float latency |
Trajectories will be output in batch with the desired latency in seconds. During this waiting time, re-identification of objects is done in the background. Specifying a short latency will limit the search (falling in timeout) for previously seen object IDs but will be closer to real time output. Specifying a long latency will reduce the change of timeout in Re-ID but increase difference with live output.