From a0e288f0dca328b8b12592cc19da9bb7c29646f4 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Mon, 30 Apr 2018 23:17:49 +0000 Subject: [PATCH] Increased speed of darknet.py. Fixed functions related to resize_image(). --- build/darknet/x64/yolo.cfg | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/build/darknet/x64/yolo.cfg b/build/darknet/x64/yolo.cfg index 7001dfa..e4d93e5 100644 --- a/build/darknet/x64/yolo.cfg +++ b/build/darknet/x64/yolo.cfg @@ -256,3 +256,4 @@ absolute=1 thresh = .6 random=1 + -- Gitblit v1.10.0