![]() |
darknet
v3
|
Go to the source code of this file.
Functions | |
layer | make_yolo_layer (int batch, int w, int h, int n, int total, int *mask, int classes) |
void | forward_yolo_layer (const layer l, network net) |
void | backward_yolo_layer (const layer l, network net) |
void | resize_yolo_layer (layer *l, int w, int h) |
int | yolo_num_detections (layer l, float thresh) |
Definition at line 242 of file yolo_layer.c.
Definition at line 132 of file yolo_layer.c.
layer make_yolo_layer | ( | int | batch, |
int | w, | ||
int | h, | ||
int | n, | ||
int | total, | ||
int * | mask, | ||
int | classes | ||
) |
Definition at line 13 of file yolo_layer.c.
void resize_yolo_layer | ( | layer * | l, |
int | w, | ||
int | h | ||
) |
Definition at line 63 of file yolo_layer.c.
int yolo_num_detections | ( | layer | l, |
float | thresh | ||
) |
Definition at line 275 of file yolo_layer.c.