This is a fork of the RoIPooling implementation on Theano for the RoIAlign operation described in the paper "Mask R-CNN" by He et al.
Currently only RoIAlign with max pooling aggregation has been implemented. However, rewritting it to average pooling is straightforward. Please be free to send a pull request if you have such.
The source code is distributed under the same BSD license as the original theano-roi-pooling code. Please refer to us if you find this code useful.