From 32dd89caead0dff1c8f23c3535cd357f814bb9a9 Mon Sep 17 00:00:00 2001
From: Constantin Wenger <constantin.wenger@googlemail.com>
Date: Thu, 13 Jun 2019 11:12:44 +0000
Subject: [PATCH] fixed some things and made hash generation and image download parallel also added set icon download (it needs the sets.json from scryfall in data dir)

---
 cfg/yolov3-custom.cfg |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cfg/yolov3-custom.cfg b/cfg/yolov3-custom.cfg
index e7d6a6e..32fe34d 100644
--- a/cfg/yolov3-custom.cfg
+++ b/cfg/yolov3-custom.cfg
@@ -608,7 +608,7 @@
 mask = 6,7,8
 anchors = 129.1513,150.1077, 104.9181,195.1675, 145.8067,186.4670, 127.9706,231.2296, 165.9494,221.8162, 162.4676,253.0225
 classes=1
-num=9
+num=6
 jitter=.3
 ignore_thresh = .7
 truth_thresh = 1
@@ -694,7 +694,7 @@
 mask = 3,4,5
 anchors = 129.1513,150.1077, 104.9181,195.1675, 145.8067,186.4670, 127.9706,231.2296, 165.9494,221.8162, 162.4676,253.0225
 classes=1
-num=9
+num=6
 jitter=.3
 ignore_thresh = .7
 truth_thresh = 1
@@ -781,7 +781,7 @@
 mask = 0,1,2
 anchors = 129.1513,150.1077, 104.9181,195.1675, 145.8067,186.4670, 127.9706,231.2296, 165.9494,221.8162, 162.4676,253.0225
 classes=1
-num=9
+num=6
 jitter=.3
 ignore_thresh = .7
 truth_thresh = 1

--
Gitblit v1.10.0