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.
2 parents 0825153 + d36162f commit d2767a3Copy full SHA for d2767a3
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