Skip to content

Commit

Permalink
Fixup build warning in transforms module
Browse files Browse the repository at this point in the history
  • Loading branch information
plstcharles committed Oct 26, 2018
1 parent 7a3e59f commit c96afcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/thelper/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,7 @@ def __repr__(self):
return self.__class__.__name__ + \
"(tsize={0}, overlap={1}, iou={2})".format(self.tile_size, self.tile_overlap, self.min_mask_iou)


class NormalizeZeroMeanUnitVar(object):
"""Normalizes a given image using a set of mean and standard deviation parameters.
Expand Down

0 comments on commit c96afcc

Please sign in to comment.