We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0825153 commit d36162fCopy full SHA for d36162f
sizeChecker.py
@@ -19,7 +19,7 @@
19
20
# Directories
21
train_directory = './images/train' # It should contain the xml files with bounding boxes
22
-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
23
24
# Keep calm and do not touch the rest of the code :3
25
parser = argparse.ArgumentParser()
0 commit comments