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()