longcw / RoIAlign.pytorch

RoIAlign & crop_and_resize for PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what's the difference of this method to first resizing the feature map to original image size

ypxie opened this issue · comments

tand crop, then resize the cropped feature maps to a fixed size?
This can be easily implemented with pytorch functions?