Joseph Redmon
2016-09-08 336a19f14550ab1adbb0d9599284ac525fb6a5e0
src/network.h
@@ -34,11 +34,19 @@
    float *scales;
    int   *steps;
    int num_steps;
    int burn_in;
    int inputs;
    int h, w, c;
    int max_crop;
    int min_crop;
    float angle;
    float aspect;
    float exposure;
    float saturation;
    float hue;
    int gpu_index;
    #ifdef GPU
    float **input_gpu;