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 --- requirements.txt | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1f47cd3..beee0e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,8 @@ imutils==0.5.1 matplotlib==2.2.2 numpy==1.15.2 -pandas==0.23.0 -pickle -PIL==5.1.0 +#pickle +#PIL==5.1.0 shapely==1.6.4 -urllib +#urllib -- Gitblit v1.10.0