ailia_tracker
1.0.0.0
|
#include <ailia_tracker.h>
Public Attributes | |
float | score_threshold |
float | nms_threshold |
float | track_threshold |
int | track_buffer |
float | match_threshold |
float _AILIATrackerSettings::match_threshold |
matching threshold for tracking default=0.8
float _AILIATrackerSettings::nms_threshold |
NMS threshould default=0.7
float _AILIATrackerSettings::score_threshold |
Score threshould to filter the result default=0.1
int _AILIATrackerSettings::track_buffer |
the frames for keep lost tracks default=30
float _AILIATrackerSettings::track_threshold |
tracking confidence threshold default=0.5