oarriaga / STN.keras

Implementation of spatial transformer networks (STNs) in keras 2 with tensorflow as backend.
MIT License
278 stars 75 forks source link

Problem with Bilinear Interpolation #13

Open jenabbhatia opened 5 years ago

jenabbhatia commented 5 years ago

Hello, I have tried your code for an image of size 48*48, i want to use the _transform function whose definition is like: _transform(self,X,affine_transformation,output_size) of class Bi-linear interpolation but i am not getting what should be the value of affine_transformation, as in the code of STN.py file Bilinear interpolation is just initialized i was unable to find the _transform function call. Please help me to understand the code.