From 558cc62f96237425ea61941d8fac9bd1e719db56 Mon Sep 17 00:00:00 2001 From: Al3x68 Date: Tue, 11 Apr 2017 13:29:25 +1000 Subject: [PATCH] Update 6_scoreImage.py Modified the imgPath variable to be set up dynamically using the imgDir variable. --- 6_scoreImage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6_scoreImage.py b/6_scoreImage.py index fc0dd07..6459227 100644 --- a/6_scoreImage.py +++ b/6_scoreImage.py @@ -7,7 +7,7 @@ #################################### # Parameters #################################### -imgPath = r"C:/Users/pabuehle/Desktop/newImgs/WIN_20160803_11_48_26_Pro.jpg" +imgPath = imgDir + "testImages\WIN_20160803_11_48_26_Pro.jpg" #choose which classifier to use classifier = 'svm'