AlexeyAB
2018-04-10 2ce6460c79e06caa33eab3991ee3e7fd9f0909d6
src/network.h
@@ -57,6 +57,7 @@
    float exposure;
    float saturation;
    float hue;
   int small_object;
    int gpu_index;
    tree *hierarchy;
@@ -137,6 +138,7 @@
int get_network_nuisance(network net);
int get_network_background(network net);
void fuse_conv_batchnorm(network net);
#ifdef __cplusplus
}