From c85ee573ed5a33c7741c61ba9fcce0ad64718d34 Mon Sep 17 00:00:00 2001 From: Matt Cooper Date: Sun, 21 Aug 2016 15:33:05 -0400 Subject: testing a bug where test inputs and GTs are out of order --- Code/avg_runner.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Code/avg_runner.py') diff --git a/Code/avg_runner.py b/Code/avg_runner.py index 18bc592..9a27426 100644 --- a/Code/avg_runner.py +++ b/Code/avg_runner.py @@ -42,8 +42,8 @@ class AVGRunner: self.summary_writer, c.TRAIN_HEIGHT, c.TRAIN_WIDTH, - c.TEST_HEIGHT, - c.TEST_WIDTH, + c.FULL_HEIGHT, + c.FULL_WIDTH, c.SCALE_FMS_G, c.SCALE_KERNEL_SIZES_G) @@ -161,7 +161,7 @@ def main(): # set test frame dimensions assert os.path.exists(c.TEST_DIR) - c.TEST_HEIGHT, c.TEST_WIDTH = c.get_test_frame_dims() + c.FULL_HEIGHT, c.FULL_WIDTH = c.get_test_frame_dims() ## # Init and run the predictor -- cgit v1.2.3-70-g09d2