lots of comparator stuff

This commit is contained in:
Joseph Redmon
2015-10-09 12:50:43 -07:00
parent 40cc104639
commit c40cdeb402
18 changed files with 258 additions and 65 deletions

View File

@ -135,6 +135,7 @@ void get_probs(float *predictions, int total, int classes, int inc, float **prob
}
}
}
void get_boxes(float *predictions, int n, int num_boxes, int per_box, box *boxes)
{
int i,j;