Skip to content

Commit d36162f

Browse files
committed
test_directory path train -> test
[] test_directory = './images/test' -> test_directory = './image/test'
1 parent 0825153 commit d36162f

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)