You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rotation-only spatial transformer networks. I want to learn a theta parameters which only rotation support. I know rotation mean [cos(theta), -sin(theta),sin(theta),cos(theta)], but how to constrain the these parameters to let the stn only support rotation.
The text was updated successfully, but these errors were encountered:
You have to write your own layer to use the input theta to generate output 2x2 matrix. It is not hard to do. Or, you can just predict the four values and put some additional loss to constraint the matrix to be a rotation matrix.
Rotation-only spatial transformer networks. I want to learn a theta parameters which only rotation support. I know rotation mean [cos(theta), -sin(theta),sin(theta),cos(theta)], but how to constrain the these parameters to let the stn only support rotation.
The text was updated successfully, but these errors were encountered: