From 1b7a1a0f33538c9544ad4bf693b4a4247a5548b8 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Mon, 28 May 2018 16:02:05 +0000 Subject: [PATCH] Fixed top-coordinate output when -ext_output is used for video --- src/network.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/network.c b/src/network.c index c0676bf..6e50d54 100644 --- a/src/network.c +++ b/src/network.c @@ -28,6 +28,7 @@ #include "route_layer.h" #include "shortcut_layer.h" #include "yolo_layer.h" +#include "upsample_layer.h" #include "parser.h" network *load_network_custom(char *cfg, char *weights, int clear, int batch) -- Gitblit v1.10.0