Skip to content

Commit

Permalink
Small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenHickson authored and waleedka committed Apr 13, 2018
1 parent e67a6c8 commit 6cfc657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/balloon/balloon.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class BalloonConfig(Config):
IMAGES_PER_GPU = 2

# Number of classes (including background)
NUM_CLASSES = 1 + 1 # Background + baloon
NUM_CLASSES = 1 + 1 # Background + balloon

# Number of training steps per epoch
STEPS_PER_EPOCH = 100
Expand Down

0 comments on commit 6cfc657

Please sign in to comment.