bilinear-sampler-pytorch icon indicating copy to clipboard operation
bilinear-sampler-pytorch copied to clipboard

Pytorch implimentation of STN bilinear sampler

Bilinear sampler pytorch

Pytorch implementation of STN bilinear sampler

Ported from tensorflow implementation of STN can be found at bilinear_pytorch.py.

Alternate Pytorch build-in bilinear sampler

Usage can be found at bilinear.py. Thanks to @scholltan for the code.