AlexeyAB
2018-03-30 9fbd1936ebed466aad50c52989b92d5e3fedc099
src/network.h
@@ -57,6 +57,7 @@
    float exposure;
    float saturation;
    float hue;
   int small_object;
    int gpu_index;
    tree *hierarchy;
@@ -132,6 +133,8 @@
void set_batch_network(network *net, int b);
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);