Go to the source code of this file.
Classes |
struct | box |
struct | dbox |
Functions |
float | box_iou (box a, box b) |
float | box_rmse (box a, box b) |
box | decode_box (box b, box anchor) |
dbox | diou (box a, box b) |
void | do_nms (box *boxes, float **probs, int total, int classes, float thresh) |
void | do_nms_sort (box *boxes, float **probs, int total, int classes, float thresh) |
box | encode_box (box b, box anchor) |
box | float_to_box (float *f) |
Function Documentation
Definition at line 94 of file box.c.
Definition at line 99 of file box.c.
void do_nms |
( |
box * |
boxes, |
|
|
float ** |
probs, |
|
|
int |
total, |
|
|
int |
classes, |
|
|
float |
thresh |
|
) |
| |
void do_nms_sort |
( |
box * |
boxes, |
|
|
float ** |
probs, |
|
|
int |
total, |
|
|
int |
classes, |
|
|
float |
thresh |
|
) |
| |
Definition at line 6 of file box.c.