Skip to content

Commit 1721e84

Browse files
keineahnung2345waleedka
authored andcommittedJan 28, 2019
Fix typo in config.py
1 parent 6fe7db7 commit 1721e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mrcnn/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class Config(object):
129129
# Minimum scaling ratio. Checked after MIN_IMAGE_DIM and can force further
130130
# up scaling. For example, if set to 2 then images are scaled up to double
131131
# the width and height, or more, even if MIN_IMAGE_DIM doesn't require it.
132-
# Howver, in 'square' mode, it can be overruled by IMAGE_MAX_DIM.
132+
# However, in 'square' mode, it can be overruled by IMAGE_MAX_DIM.
133133
IMAGE_MIN_SCALE = 0
134134
# Number of color channels per image. RGB = 3, grayscale = 1, RGB-D = 4
135135
# Changing this requires other changes in the code. See the WIKI for more

0 commit comments

Comments
 (0)