What is: RoIWarp?
Source | Instance-aware Semantic Segmentation via Multi-task Network Cascades |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Region of Interest Warping, or RoIWarp, is a form of RoIPool that is differentiable with respect to the box position. In practice, this takes the form of a RoIWarp layer followed by a standard Max Pooling layer. The RoIWarp layer crops a feature map region and warps it into a target size by interpolation.