mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
lots of comparator stuff
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user