ailia_tracker  1.0.0.0
Public Attributes | List of all members
_AILIATrackerSettings Struct Reference

#include <ailia_tracker.h>

Public Attributes

float score_threshold
 
float nms_threshold
 
float track_threshold
 
int track_buffer
 
float match_threshold
 

Member Data Documentation

◆ match_threshold

float _AILIATrackerSettings::match_threshold

matching threshold for tracking default=0.8

◆ nms_threshold

float _AILIATrackerSettings::nms_threshold

NMS threshould default=0.7

◆ score_threshold

float _AILIATrackerSettings::score_threshold

Score threshould to filter the result default=0.1

◆ track_buffer

int _AILIATrackerSettings::track_buffer

the frames for keep lost tracks default=30

◆ track_threshold

float _AILIATrackerSettings::track_threshold

tracking confidence threshold default=0.5


The documentation for this struct was generated from the following file: