From d36162f4b7cf5a944307617d4b2e904e0424a908 Mon Sep 17 00:00:00 2001 From: mgh3326 Date: Thu, 9 Aug 2018 21:20:19 +0900 Subject: [PATCH] test_directory path train -> test [] test_directory = './images/test' -> test_directory = './image/test' --- sizeChecker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sizeChecker.py b/sizeChecker.py index 0d095ced..800d17ab 100644 --- a/sizeChecker.py +++ b/sizeChecker.py @@ -19,7 +19,7 @@ # Directories train_directory = './images/train' # It should contain the xml files with bounding boxes -test_directory = './images/train' # It should contain the xml files with bounding boxes +test_directory = './images/test' # It should contain the xml files with bounding boxes # Keep calm and do not touch the rest of the code :3 parser = argparse.ArgumentParser()