Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Dec 15, 2023
1 parent 2d032cc commit 6e5515b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datasets/augmentations.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,6 @@ def get_transform(self, image: np.ndarray) -> T.Transform:

matrix = matrix @ center @ scale @ uncenter

print(matrix)

return AffineTransform(matrix)


Expand Down

0 comments on commit 6e5515b

Please sign in to comment.