Skip to content

Instantly share code, notes, and snippets.

View fizzxed's full-sized avatar

Emilio Arroyo-Fang fizzxed

View GitHub Profile
"""
Affine transforms implemented on torch tensors, and
only requiring one interpolation
Included:
- Affine()
- AffineCompose()
- Rotation()
- Translation()
- Shear()