Home > Enterprise >  PyTorch equivalent function for tfa.image.transform
PyTorch equivalent function for tfa.image.transform

Time:12-28

I want to perform an image transformation using a transformation matrix in PyTorch. My previous code was implemented in TensorFlow, so I wonder if there is any PyTorch equivalent function for Affine transformation from kornia

  • Related