From 4403e71b330b42d3cda1e0721fb645cf41bac14f Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Sun, 20 May 2018 15:43:15 +0000 Subject: [PATCH] Supported files for training: jpg, jpeg, bmp, png, ppm - and UPPER CASE extensions --- build/darknet/x64/cfg/yolov3.cfg | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/darknet/x64/cfg/yolov3.cfg b/build/darknet/x64/cfg/yolov3.cfg index 5f3ab62..4a0ecc3 100644 --- a/build/darknet/x64/cfg/yolov3.cfg +++ b/build/darknet/x64/cfg/yolov3.cfg @@ -610,7 +610,7 @@ classes=80 num=9 jitter=.3 -ignore_thresh = .5 +ignore_thresh = .7 truth_thresh = 1 random=1 @@ -696,7 +696,7 @@ classes=80 num=9 jitter=.3 -ignore_thresh = .5 +ignore_thresh = .7 truth_thresh = 1 random=1 @@ -783,7 +783,7 @@ classes=80 num=9 jitter=.3 -ignore_thresh = .5 +ignore_thresh = .7 truth_thresh = 1 random=1 -- Gitblit v1.10.0