Joseph Redmon
2014-11-19 7c120aef23fde5b215b0fb6eef3074a15f16ff69
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;