src/data.c @@ -19,6 +19,12 @@ return lines; } void fill_truth_det(char *path, float *truth) { find_replace(path, "imgs", "det"); find_replace(path, ".JPEG", ".txt"); } void fill_truth(char *path, char **labels, int k, float *truth) { int i;