From 80f480bb53bb141eb179e7ee0f3e288776d1b8f0 Mon Sep 17 00:00:00 2001 From: Matt Cooper Date: Fri, 12 Aug 2016 20:38:16 -0400 Subject: Fixed small bug in last commit. --- Code/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/constants.py b/Code/constants.py index e0c2485..61e9fea 100644 --- a/Code/constants.py +++ b/Code/constants.py @@ -76,7 +76,7 @@ MOVEMENT_THRESHOLD = 100 NUM_CLIPS = len(glob(TRAIN_DIR_CLIPS + '*')) # the height and width of the full frames to test on. Set in avg_runner.py main. -TEST_HEIGHT, TEST_WIDTH = 0 +TEST_HEIGHT = TEST_WIDTH = 0 # the height and width of the patches to train on TRAIN_HEIGHT = TRAIN_WIDTH = 32 -- cgit v1.2.3-70-g09d2