
Macros | |
| #define | DOABS 1 |
Functions | |
| void | backward_region_layer (Darknet::Layer &l, Darknet::NetworkState state) |
| void | correct_region_boxes (Darknet::Detection *dets, int n, int w, int h, int netw, int neth, int relative) |
| float | delta_region_box (Darknet::Box truth, float *x, float *biases, int n, int index, int i, int j, int w, int h, float *delta, float scale) |
| void | delta_region_class (float *output, float *delta, int index, int class_id, int classes, Darknet::Tree *hier, float scale, float *avg_cat, int focal_loss) |
| void | forward_region_layer (Darknet::Layer &l, Darknet::NetworkState state) |
| Darknet::Box | get_region_box (float *x, float *biases, int n, int index, int i, int j, int w, int h) |
| void | get_region_boxes (const Darknet::Layer &l, int w, int h, float thresh, float **probs, Darknet::Box *boxes, int only_objectness, int *map) |
| void | get_region_detections (Darknet::Layer l, int w, int h, int netw, int neth, float thresh, int *map, float tree_thresh, int relative, Darknet::Detection *dets) |
| float | logit (float x) |
| Darknet::Layer | make_region_layer (int batch, int w, int h, int n, int classes, int coords, int max_boxes) |
| void | resize_region_layer (Darknet::Layer *l, int w, int h) |
| void | softmax_tree (float *input, int batch, int inputs, float temp, Darknet::Tree *hierarchy, float *output) |
| float | tisnan (float x) |
| void | zero_objectness (Darknet::Layer &l) |
| #define DOABS 1 |
| void backward_region_layer | ( | Darknet::Layer & | l, |
| Darknet::NetworkState | state | ||
| ) |


| void correct_region_boxes | ( | Darknet::Detection * | dets, |
| int | n, | ||
| int | w, | ||
| int | h, | ||
| int | netw, | ||
| int | neth, | ||
| int | relative | ||
| ) |

| float delta_region_box | ( | Darknet::Box | truth, |
| float * | x, | ||
| float * | biases, | ||
| int | n, | ||
| int | index, | ||
| int | i, | ||
| int | j, | ||
| int | w, | ||
| int | h, | ||
| float * | delta, | ||
| float | scale | ||
| ) |


| void delta_region_class | ( | float * | output, |
| float * | delta, | ||
| int | index, | ||
| int | class_id, | ||
| int | classes, | ||
| Darknet::Tree * | hier, | ||
| float | scale, | ||
| float * | avg_cat, | ||
| int | focal_loss | ||
| ) |

| void forward_region_layer | ( | Darknet::Layer & | l, |
| Darknet::NetworkState | state | ||
| ) |


| Darknet::Box get_region_box | ( | float * | x, |
| float * | biases, | ||
| int | n, | ||
| int | index, | ||
| int | i, | ||
| int | j, | ||
| int | w, | ||
| int | h | ||
| ) |


| void get_region_boxes | ( | const Darknet::Layer & | l, |
| int | w, | ||
| int | h, | ||
| float | thresh, | ||
| float ** | probs, | ||
| Darknet::Box * | boxes, | ||
| int | only_objectness, | ||
| int * | map | ||
| ) |


| void get_region_detections | ( | Darknet::Layer | l, |
| int | w, | ||
| int | h, | ||
| int | netw, | ||
| int | neth, | ||
| float | thresh, | ||
| int * | map, | ||
| float | tree_thresh, | ||
| int | relative, | ||
| Darknet::Detection * | dets | ||
| ) |

| float logit | ( | float | x | ) |
| Darknet::Layer make_region_layer | ( | int | batch, |
| int | w, | ||
| int | h, | ||
| int | n, | ||
| int | classes, | ||
| int | coords, | ||
| int | max_boxes | ||
| ) |


| void resize_region_layer | ( | Darknet::Layer * | l, |
| int | w, | ||
| int | h | ||
| ) |

| void softmax_tree | ( | float * | input, |
| int | batch, | ||
| int | inputs, | ||
| float | temp, | ||
| Darknet::Tree * | hierarchy, | ||
| float * | output | ||
| ) |


| float tisnan | ( | float | x | ) |
| void zero_objectness | ( | Darknet::Layer & | l | ) |