5.3.4.96. Function validation_init¶
Defined in File validation_compute.h
5.3.4.96.1. Function Documentation¶
-
int validation_init(const char *val_objects_file)¶
From a file path, allocate the data required to perform the validation. Note that this function allocates data in global data: allocates the
g_val_objectsbuffer and initializes it from the input file + initializes theg_n_val_objectsglobal variable.- Parameters
val_objects_file – Path to an input file of ground truth tracks to parse.
- Returns
Number of ground truth allocated objects.