Skip to content

Commit d2767a3

Browse files
Merge pull request EdjeElectronics#118 from mgh3326/master
test_directory path train -> test
2 parents 0825153 + d36162f commit d2767a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sizeChecker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Directories
2121
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
22+
test_directory = './images/test' # It should contain the xml files with bounding boxes
2323

2424
# Keep calm and do not touch the rest of the code :3
2525
parser = argparse.ArgumentParser()

0 commit comments

Comments
 (0)