oarriaga / STN.keras

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

inverse theta vector #4

Closed stschubert closed 6 years ago

stschubert commented 6 years ago

Hello, when I try to perform different, specific transformations with the SpatialTransformer, I have to set the corresponding inverse transformation matrix in the bias vector (in the localization net). Do you know why the inverse transformation has to be set? Thanks.

oarriaga commented 6 years ago

No, sorry.