The best explanation about Spatial Transformer so far!
I wonder if we just want to use spatial_transformer function to transform from one image to another image, given theta (in opencv form, more specifically, from function cv2.getPerspectiveTransform()), how do we scale theta?
In addition, spatial_transformer.py only considers affine transformation. Can we make it able to do general homography transformation?
Thanks