We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe7db7 commit 1721e84Copy full SHA for 1721e84
mrcnn/config.py
@@ -129,7 +129,7 @@ class Config(object):
129
# Minimum scaling ratio. Checked after MIN_IMAGE_DIM and can force further
130
# up scaling. For example, if set to 2 then images are scaled up to double
131
# 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.
+ # However, in 'square' mode, it can be overruled by IMAGE_MAX_DIM.
133
IMAGE_MIN_SCALE = 0
134
# Number of color channels per image. RGB = 3, grayscale = 1, RGB-D = 4
135
# Changing this requires other changes in the code. See the WIKI for more
0 commit comments