5.3.4.140. Function validation_init

5.3.4.140.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_objects buffer and initializes it from the input file + initializes the g_n_val_objects global variable.

Parameters

val_objects_file – Path to an input file of ground truth tracks to parse.

Returns

Number of ground truth allocated objects.