Spatial Transformer Networks from https://github.com/daerduoCarey/SpatialTransformerLayer with an updated (last) version of Caffe and some code cleaning and corrections.
Compile Caffe following my tutorial on iOS or Ubuntu.
My tutorial about Spatial Transformer Networks.
Commands to build a Docker :
docker build -f docker/standalone/cpu/Dockerfile -t caffe/stn:v1 .
or pull it directly :
docker pull christopher5106/caffe:stn
LSTM from https://github.com/junhyukoh/caffe-lstm
My tutorial about LSTM in Caffe.
As in https://github.com/skaae/recurrent-spatial-transformer-code I created a RepeatLayer designed for Recurrent Neural Nets.
From Ross Girshick