From 60268dea8608567ecb3f7fe4132b6bc687a32c64 Mon Sep 17 00:00:00 2001
From: Constantin Wenger <constantin.wenger@googlemail.com>
Date: Tue, 13 Aug 2019 20:42:38 +0000
Subject: [PATCH] scaled min size threshold down to 10k again from 100k because it won't work properly with lower res webcams
---
config.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/config.py b/config.py
index 971f77a..c27dbe8 100644
--- a/config.py
+++ b/config.py
@@ -25,6 +25,8 @@
all_set_list = ['m20']
#all_set_list = ['war', 'grn', 'rna']
all_set_list = ['akh', 'dom', 'xln']
+ all_set_set = set(all_set_list)
+ all_set_list = list(all_set_set)
set_2003_list = all_set_list
set_2015_list = all_set_list
card_mask_path = os.path.abspath('data2/mask.png')
--
Gitblit v1.10.0