ROI pooling是将不定长的tensor转化为定长的tensor。
具体操作如下
加入将输入的tensor生成2*2的tensor。采用max pooling。
input tensor:
将tensor分割为四部分。
最后得到如下tensor