FastDeploy  latest
Fast & Easy to Deploy!
Public Member Functions | Public Attributes | List of all members
fastdeploy::vision::MOTResult Struct Reference

MOT(Multi-Object Tracking) result structure for all the MOT models. More...

#include <result.h>

Inherits fastdeploy::vision::BaseResult.

Public Member Functions

void Clear ()
 Clear MOT result.
 
std::string Str ()
 Debug function, convert the result to string to print.
 

Public Attributes

std::vector< std::array< int, 4 > > boxes
 All the tracking object boxes for an input image, the size of boxes is the number of tracking objects, and the element of boxes is a array of 4 float values, means [xmin, ymin, xmax, ymax].
 
std::vector< int > ids
 All the tracking object ids.
 
std::vector< float > scores
 The confidence for all the tracking objects.
 
std::vector< int > class_ids
 The classify label id for all the tracking object.
 

Detailed Description

MOT(Multi-Object Tracking) result structure for all the MOT models.


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