From 7f0079dec5da19072cfe64aee233ecacd8ef2ffd Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Tue, 19 Jun 2018 12:00:36 +0000 Subject: [PATCH] Output video-file has the same FPS as source video-stream. Exit from demo by ESC. --- src/normalization_layer.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/normalization_layer.h b/src/normalization_layer.h index c90780e..ab32776 100644 --- a/src/normalization_layer.h +++ b/src/normalization_layer.h @@ -3,7 +3,7 @@ #include "image.h" #include "layer.h" -#include "params.h" +#include "network.h" layer make_normalization_layer(int batch, int w, int h, int c, int size, float alpha, float beta, float kappa); void resize_normalization_layer(layer *layer, int h, int w); -- Gitblit v1.10.0