chainer.functions.
roi_pooling_2d
(x, rois, outh, outw,
spatial_scale)[source]
空間的なROI(Region of Interest)プーリング関数。
この関数は MaxPooling2D
に似た動作をしますが、チャンネル毎に興味対照の領域(ROI)で入力パッチの最大値を計算します。
Parameters: | |
---|---|
Returns: |
出力値 |
Return type: |
ROIプーリングを提案している原著論文をお読みください。: Fast R-CNN.