AlexeyAB
2018-03-29 0039fd26786ab5f71d5af725fc18b3f521e7acfd
src/network.h
@@ -133,6 +133,7 @@
int get_network_input_size(network net);
float get_network_cost(network net);
detection *get_network_boxes(network *net, int w, int h, float thresh, float hier, int *map, int relative, int *num, int letter);
void free_detections(detection *dets, int n);
int get_network_nuisance(network net);
int get_network_background(network net);