Skip to content

Commit

Permalink
Removed dependency on Kornia library
Browse files Browse the repository at this point in the history
  • Loading branch information
jac99 committed Mar 6, 2022
1 parent 18ed80b commit 9e61877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/augmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def get_params(self, h, w):
else:
assert NotImplementedError('Incorrect shear: {}'.format(self.shear))
else:
shear = 0.0
shear = [0., 0.]

return angle, translations, scale, shear

Expand Down

0 comments on commit 9e61877

Please sign in to comment.